Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzymandias committed Aug 21, 2023
1 parent c1ae873 commit 1062c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/algo_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ func TestBundles(t *testing.T) {
[]common.Address{payProxyAddress, logContractAddress}, [][]byte{payProxyCode, logContractCode})
simulatedBundleList, err := simulateBundles(base.chainData.chainConfig,
types.CopyHeader(base.env.header), genesisAlloc, bundles[:])
require.NoError(t, err)

// commit bundles one by one to each test context to make sure each bundle result is deterministic
// apply all to the underlying environment at the end
Expand Down

0 comments on commit 1062c82

Please sign in to comment.