From c87c8e9ac4f7a977c6b0b9e3afa1a9e6d6b0d6d4 Mon Sep 17 00:00:00 2001 From: hyperji Date: Sat, 23 Mar 2024 18:48:16 +0800 Subject: [PATCH] fix deterministic.rs 'seal changed -was: 0xa7a4 now 0x544d' --- wallet/core/src/deterministic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]