Remove fund account checks from upgrade. (#1111)

This commit is contained in:
Tomasz Drwięga
2021-09-06 10:40:50 +02:00
committed by Bastian Köcher
parent e20163c4ea
commit 2101ed9cc5
3 changed files with 4 additions and 26 deletions
@@ -125,14 +125,6 @@ pub trait MessageDeliveryAndDispatchPayment<AccountId, Balance> {
relayers_rewards: RelayersRewards<AccountId, Balance>,
relayer_fund_account: &AccountId,
);
/// Perform some initialization in externalities-provided environment.
///
/// For instance you may ensure that particular required accounts or storage items are present.
/// Returns the number of storage reads performed.
fn initialize(_relayer_fund_account: &AccountId) -> usize {
0
}
}
/// Messages bridge API to be used from other pallets.