Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def help(cmd):
"""
print("Commands:")
print(" sendtx <transaction data> 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 <block hash> Fetch information about particular block")
Expand Down