mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Fix getpeers -> getconnectioncount in cli (#5052)
This commit is contained in:
parent
18482c7e44
commit
d1c9228361
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue