implemented fee limit customization

This commit is contained in:
Luxferre
2024-02-15 19:29:48 +02:00
parent b72f7f1b64
commit e29c9f0ad8
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -80,6 +80,8 @@ be added and are quite important:
* -net selects the network: mainnet (default), nile, shasta
* -node allows to specify custom Tron node URL (must be HTTP URL, not RPC)
* -tgkey allows to specify custom TronGrid API key (overrides -node)
* -fee allows to set custom transaction fee limit (in TRX, 100 by default) if
operating on the mainnet (relevant for send, fre and unf subcommands)
These options will be marked as [netopts] in the further reference.