Skip to content

Commit

Permalink
add commercionetwork fees to bank send command
Browse files Browse the repository at this point in the history
  • Loading branch information
fabtagliaferro committed Aug 31, 2022
1 parent 2ffd263 commit 9bc61b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignite/pkg/chaincmd/chaincmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ func (c ChainCmd) BankSendCommand(fromAddress, toAddress, amount string) step.Op
toAddress,
amount,
optionBroadcastMode, flags.BroadcastSync,
"--fees=10000ucommercio",
optionYes,
)

Expand Down

0 comments on commit 9bc61b8

Please sign in to comment.