Skip to content

Commit

Permalink
rawtx send badreq url
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 21, 2024
1 parent 7a2c4fc commit ff302ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ describe('send', () => {
code: 400,
type: 'BadRequest',
at: expect.any(Number),
message: 'Transaction decode failed'
message: 'Transaction decode failed',
url: '/v0/regtest/rawtx/send'
})
}
})
Expand Down

0 comments on commit ff302ac

Please sign in to comment.