1
0
Fork 0
mirror of https://github.com/bitcoin-s/bitcoin-s.git synced 2025-03-23 23:49:16 +01:00
This commit is contained in:
Ben Carman 2020-04-21 14:38:57 -05:00
parent bd95d86bcb
commit d83641b677
No known key found for this signature in database
GPG key ID: D7CC770B81FD22A8

View file

@ -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 {