Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Jun 6, 2024
1 parent f833ab3 commit 45b899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/txHandler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@ func TestTxHandlerCapGuard(t *testing.T) {

signedTx := tx.Sign(secrets[0])
blob := protocol.Encode(&signedTx)
blob[0] += 1 // make it invalid
blob[0]++ // make it invalid

var completed atomic.Bool
go func() {
Expand Down

0 comments on commit 45b899c

Please sign in to comment.