ethereum/relayer: fix comment about storage slot derivation

This commit is contained in:
Csongor Kiss 2023-10-30 17:27:43 +00:00 committed by Evan Gray
parent af8138d4fb
commit d6a410d7b2
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ struct SupportedMessageKeyTypes {
uint256 bitmap;
}
//keccak256("DefaultDeliveryProviderState") - 1
//keccak256("SupportedMessageKeyTypes") - 1
bytes32 constant SUPPORTED_MESSAGE_KEY_TYPES_SLOT =
0x5e6997bab73a9a9b8f33ae518f391b0426896f5c5f2d9fdce4ddbda5f4773406;