Skip to content

Commit 456f69f

Browse files
authored
mapping is public (#15)
1 parent 0ac086e commit 456f69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WormholeRelayerSDK.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract contract Base {
1212
IWormholeRelayer public immutable wormholeRelayer;
1313
IWormhole public immutable wormhole;
1414

15-
mapping(bytes32 => bool) seenDeliveryVaaHashes;
15+
mapping(bytes32 => bool) public seenDeliveryVaaHashes;
1616

1717
address registrationOwner;
1818
mapping(uint16 => bytes32) registeredSenders;

0 commit comments

Comments
 (0)