Skip to content

Commit

Permalink
Revert sig-block-height
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Aug 9, 2022
1 parent 643ff99 commit 432cf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_test/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ func TestLBMIncrementSequenceDecorator(t *testing.T) {
defer os.Remove(unsignedTxFile.Name())

// Test sign
out, err = f.TxSign(keyFoo, unsignedTxFile.Name(), "--offline", "--sig-block-height", strconv.Itoa(1), "--sequence", strconv.Itoa(int(fooAcc.Sequence)+idx))
out, err = f.TxSign(keyFoo, unsignedTxFile.Name(), "--offline", fmt.Sprintf("--%s=%d", flags.FlagAccountNumber, fooAcc.AccountNumber), "--sequence", strconv.Itoa(int(fooAcc.Sequence)+idx))
require.NoError(t, err)

// Write the output to disk
Expand Down

0 comments on commit 432cf11

Please sign in to comment.