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 {