Skip to content

Commit

Permalink
Merge pull request #22 from Cerebellum-Network/feature/returned-accou…
Browse files Browse the repository at this point in the history
…nt-id

Release 4.1.0. Returned BridgeAccountId
  • Loading branch information
Andrei Navoichyk authored Jun 6, 2023
2 parents 26d7827 + 7a532e9 commit bb51e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/chainbridge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ decl_module! {

const ChainIdentity: ChainId = T::ChainId::get();
const ProposalLifetime: T::BlockNumber = T::ProposalLifetime::get();
const BridgeAccountId: T::AccountId = AccountIdConversion::<T::AccountId>::into_account_truncating(&MODULE_ID);

fn deposit_event() = default;

Expand Down

0 comments on commit bb51e2d

Please sign in to comment.