mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-19 21:45:36 +01:00
Fix test
This commit is contained in:
parent
bd95d86bcb
commit
d83641b677
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ class RoutesSpec
|
||||||
.anyNumberOfTimes()
|
.anyNumberOfTimes()
|
||||||
|
|
||||||
val route =
|
val route =
|
||||||
walletRoutes.handleCommand(
|
nodeRoutes.handleCommand(
|
||||||
ServerCommand("sendrawtransaction", Arr(Str(tx.hex))))
|
ServerCommand("sendrawtransaction", Arr(Str(tx.hex))))
|
||||||
|
|
||||||
Get() ~> route ~> check {
|
Get() ~> route ~> check {
|
||||||
|
|
Loading…
Add table
Reference in a new issue