From fa3c6d57106ade8824b6ee86eee1c74a80a82794 Mon Sep 17 00:00:00 2001 From: korytniuk Date: Mon, 20 Jul 2020 19:31:29 +0300 Subject: [PATCH] Update bscli.py fix typo --- bscli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bscli.py b/bscli.py index 60a2434..4658a6d 100644 --- a/bscli.py +++ b/bscli.py @@ -160,7 +160,7 @@ def help(cmd): """ print("Commands:") print(" sendtx Send new transaction") - print(" mineblocks [transaction indices] Adds transactions to a block and mines") + print(" mineblock [transaction indices] Adds transactions to a block and mines") print(" allblocks Fetch all mined blocks in blockchain") print(" mempool Fetch all pending transactions in the mempool") print(" getblock Fetch information about particular block")