Skip to content

Commit

Permalink
mapping is public (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
derpy-duck authored Aug 8, 2023
1 parent 0ac086e commit 456f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WormholeRelayerSDK.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract contract Base {
IWormholeRelayer public immutable wormholeRelayer;
IWormhole public immutable wormhole;

mapping(bytes32 => bool) seenDeliveryVaaHashes;
mapping(bytes32 => bool) public seenDeliveryVaaHashes;

address registrationOwner;
mapping(uint16 => bytes32) registeredSenders;
Expand Down

0 comments on commit 456f69f

Please sign in to comment.