Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Sep 5, 2024
1 parent 4cc13a1 commit 56a883f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/test/StorageContractTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ contract Attacker {
}

fallback() external payable {
vm.pauseGasMetering();
uint256 _shardId = 0;
uint256 _nonce = 0;
bytes32[] memory _encodedSamples = new bytes32[](0);
Expand Down

0 comments on commit 56a883f

Please sign in to comment.