Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Mar 20, 2024
1 parent bde297d commit 17f80e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/bridges/WormholeMessenger.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract WormholeMessenger is BridgeMessenger {
uint16 public immutable sourceGovernorChainId;
// Source governor address on L1 that is authorized to propagate the transaction execution across the bridge
bytes32 public sourceGovernor;
// Source governor address on L1 that is authorized to propagate the transaction execution across the bridge
// Map of delivery hashes
mapping(bytes32 => bool) public mapDeliveryHashes;

/// @dev WormholeMessenger constructor.
Expand Down

0 comments on commit 17f80e3

Please sign in to comment.