We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4599aaf commit f2b5903Copy full SHA for f2b5903
tests/systemtests/bank_test.go
@@ -53,7 +53,7 @@ func TestBankSendTxCmd(t *testing.T) {
53
},
54
{
55
"not enough fees",
56
- []string{"--fees=2stake"},
+ []string{"--fees=0stake"},
57
true,
58
sdkerrors.ErrInsufficientFee.ABCICode(),
59
0 commit comments