Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Oct 11, 2024
1 parent bb89625 commit e62ce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/TestStorageContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ contract TestStorageContract is StorageContract {
uint256[] memory, /* _masks */
bytes calldata, /* _randaoProof */
bytes[] calldata, /* _inclusiveProofs */
bytes[] calldata /* å */
bytes[] calldata /* _decodeProof */
) internal override {
uint256 mineTs = _getMinedTs(_blockNum);
_rewardMiner(_shardId, _miner, mineTs, 1);
Expand Down

0 comments on commit e62ce72

Please sign in to comment.