mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Fix getpeers -> getconnectioncount in cli (#5052)
This commit is contained in:
parent
18482c7e44
commit
d1c9228361
@ -2197,7 +2197,7 @@ object ConsoleCli {
|
||||
// besthash
|
||||
case GetBestBlockHash => RequestParam("getbestblockhash")
|
||||
// peers
|
||||
case GetConnectionCount => RequestParam("getpeers")
|
||||
case GetConnectionCount => RequestParam("getconnectioncount")
|
||||
case Stop => RequestParam("stop")
|
||||
case SendRawTransaction(tx) =>
|
||||
RequestParam("sendrawtransaction", Seq(up.writeJs(tx)))
|
||||
|
Loading…
Reference in New Issue
Block a user