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")