Add |wallet fees| subcommand for easy viewing of the current cluster fees (#4596)

This commit is contained in:
Michael Vines
2019-06-07 13:11:56 -07:00
committed by GitHub
parent 53deb7919c
commit 002fbc4d53
3 changed files with 26 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ solana-wallet --help
echo "\`\`\`"
echo ""
commands=(address airdrop balance cancel confirm deploy get-transaction-count pay send-signature send-timestamp)
commands=(address airdrop balance cancel confirm deploy fees get-transaction-count pay send-signature send-timestamp)
for x in "${commands[@]}"; do
echo "\`\`\`manpage"