From 7a532e9f0a9ba234aee4163514d12f99e392e753 Mon Sep 17 00:00:00 2001 From: Andrei Navoichyk Date: Tue, 6 Jun 2023 14:22:26 +0200 Subject: [PATCH] returned BridgeAccountId --- pallets/chainbridge/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/chainbridge/src/lib.rs b/pallets/chainbridge/src/lib.rs index 1be34b6c1..92abcb5ae 100644 --- a/pallets/chainbridge/src/lib.rs +++ b/pallets/chainbridge/src/lib.rs @@ -213,6 +213,7 @@ decl_module! { const ChainIdentity: ChainId = T::ChainId::get(); const ProposalLifetime: T::BlockNumber = T::ProposalLifetime::get(); + const BridgeAccountId: T::AccountId = AccountIdConversion::::into_account_truncating(&MODULE_ID); fn deposit_event() = default;