Skip to content

Commit

Permalink
fix: use inited reset counter in dummy bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jan 27, 2024
1 parent 55c0b41 commit 10fd0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mocks/DummyAvailBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ contract DummyAvailBridge is
feeRecipient = newFeeRecipient;
vectorx = newVectorx;
avail = newAvail;
resetCounter = 1;
__AccessControlDefaultAdminRules_init(0, governance);
_grantRole(PAUSER_ROLE, pauser);
__Pausable_init();
Expand Down

0 comments on commit 10fd0d4

Please sign in to comment.