Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update ambiguous message tags (#8795)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosmartin authored Aug 3, 2023
1 parent fe8edad commit 3873f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/modules/interoperability/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const BLS_PUBLIC_KEY_LENGTH = 48;
export const BLS_SIGNATURE_LENGTH = 96;
export const SMT_KEY_LENGTH = 38;
export const NUMBER_ACTIVE_VALIDATORS_MAINCHAIN = 101;
export const MESSAGE_TAG_CHAIN_REG = 'LSK_CHAIN_REGISTRATION_';
export const MESSAGE_TAG_CHAIN_REG = 'LSK_CRM_';
export const LIVENESS_LIMIT = 2419200; // 28 * 24 * 3600
export const MAX_CCM_SIZE = 10240;
export const EMPTY_FEE_ADDRESS = Buffer.alloc(0);
Expand Down

0 comments on commit 3873f23

Please sign in to comment.