Skip to content

Commit 95f4b74

Browse files
comment typo
Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
1 parent f7911d7 commit 95f4b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/node_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ func TestMaxSizesCorrect(t *testing.T) {
830830
maxCombinedTxnSize -= uint64(transactions.EvalMaxArgs * config.MaxLogicSigMaxSize)
831831

832832
// 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
833+
// type fields can be in the same txn. That's not true, but it provides an
834834
// upper bound on the size of ONE transaction, even if the txn is a
835835
// stateproof, which is big. Ensure our constant is big enough to hold one.
836836
require.Greater(t, txTagMax, maxCombinedTxnSize)

0 commit comments

Comments
 (0)