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 f7911d7 commit 95f4b74Copy full SHA for 95f4b74
node/node_test.go
@@ -830,7 +830,7 @@ func TestMaxSizesCorrect(t *testing.T) {
830
maxCombinedTxnSize -= uint64(transactions.EvalMaxArgs * config.MaxLogicSigMaxSize)
831
832
// maxCombinedTxnSize is still an overestimate because it assumes all txn
833
- // type fiels can be in the same txn. That's not true, but it provides an
+ // type fields can be in the same txn. That's not true, but it provides an
834
// upper bound on the size of ONE transaction, even if the txn is a
835
// stateproof, which is big. Ensure our constant is big enough to hold one.
836
require.Greater(t, txTagMax, maxCombinedTxnSize)
0 commit comments