Skip to content

Commit

Permalink
Update ledger/internal/apptxn_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: John Jannotti <[email protected]>
  • Loading branch information
gmalouf and jannotti authored Jun 8, 2022
1 parent 36b6524 commit dc7c3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/internal/apptxn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ func TestInnerAppVersionCalling(t *testing.T) {

genBalances, addrs, _ := ledgertesting.NewTestGenesis()

// 31 allowed inner appls. vFuture enables proto.MinInnerApplVersion (presumed v33, below)
// 31 allowed inner appls. v33 lowered proto.MinInnerApplVersion
testConsensusRange(t, 31, 0, func(t *testing.T, ver int) {
dl := NewDoubleLedger(t, genBalances, consensusByNumber[ver])
defer dl.Close()
Expand Down

0 comments on commit dc7c3c2

Please sign in to comment.