We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac086e commit 456f69fCopy full SHA for 456f69f
src/WormholeRelayerSDK.sol
@@ -12,7 +12,7 @@ abstract contract Base {
12
IWormholeRelayer public immutable wormholeRelayer;
13
IWormhole public immutable wormhole;
14
15
- mapping(bytes32 => bool) seenDeliveryVaaHashes;
+ mapping(bytes32 => bool) public seenDeliveryVaaHashes;
16
17
address registrationOwner;
18
mapping(uint16 => bytes32) registeredSenders;
0 commit comments