Skip to content

Commit

Permalink
Update TaikoData.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Aug 16, 2024
1 parent 3f7baab commit 90a1591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protocol/contracts/L1/TaikoData.sol
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ library TaikoData {
uint64 blockId_mod_blockRingBufferSize
=> mapping(uint32 transitionId => TransitionState ts)
) transitions;
// Ring buffer for Ether deposits
bytes32 __reserve1;
bytes32 __reserve1; // Used as a ring buffer for Ether deposits
SlotA slotA; // slot 5
SlotB slotB; // slot 6
mapping(address account => uint256 bond) bondBalance;
Expand Down

0 comments on commit 90a1591

Please sign in to comment.