Skip to content

Commit

Permalink
Update TaikoL1.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jul 30, 2024
1 parent 63447b5 commit f2edb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/TaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ contract TaikoL1 is EssentialContract, ITaikoL1, TaikoEvents {
whenNotPaused
nonReentrant
emitEventForClient
returns (TaikoData.BlockMetadataV2 memory meta_)
returns (TaikoData.BlockMetadataV2 memory)
{
return _proposeBlock(_params, _txList, getConfig());
}
Expand Down

0 comments on commit f2edb6e

Please sign in to comment.