Removed reference counting from storage layout test
This commit is contained in:
parent
fef06908ec
commit
91de2194eb
@ -261,14 +261,6 @@ contract Staking is
|
|||||||
)
|
)
|
||||||
slot := add(slot, 0x1)
|
slot := add(slot, 0x1)
|
||||||
|
|
||||||
assertSlotAndOffset(
|
|
||||||
_cumulativeRewardsByPoolReferenceCounter_slot,
|
|
||||||
_cumulativeRewardsByPoolReferenceCounter_offset,
|
|
||||||
slot,
|
|
||||||
offset
|
|
||||||
)
|
|
||||||
slot := add(slot, 0x1)
|
|
||||||
|
|
||||||
assertSlotAndOffset(
|
assertSlotAndOffset(
|
||||||
_cumulativeRewardsByPoolLastStored_slot,
|
_cumulativeRewardsByPoolLastStored_slot,
|
||||||
_cumulativeRewardsByPoolLastStored_offset,
|
_cumulativeRewardsByPoolLastStored_offset,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user