diff --git a/wallet/core/src/deterministic.rs b/wallet/core/src/deterministic.rs index 6477d39ad0..c774fa097e 100644 --- a/wallet/core/src/deterministic.rs +++ b/wallet/core/src/deterministic.rs @@ -56,7 +56,7 @@ impl std::fmt::Display for AccountId { } } -seal! { 0xa7a4, { +seal! { 0x544d, { // IMPORTANT: This data structure is meant to be deterministic // so it can not contain any new fields or be changed. #[derive(BorshSerialize)]