mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-20 05:53:06 +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()
|
||||
|
||||
val route =
|
||||
walletRoutes.handleCommand(
|
||||
nodeRoutes.handleCommand(
|
||||
ServerCommand("sendrawtransaction", Arr(Str(tx.hex))))
|
||||
|
||||
Get() ~> route ~> check {
|
||||
|
|
Loading…
Add table
Reference in a new issue