dry-run mode for init bridge command (#1690)

* `dry-run` mode for init bridge command

* fix clippy
This commit is contained in:
Branislav Kontur
2022-12-01 22:27:18 +01:00
committed by Bastian Köcher
parent 02ef3a1a25
commit 9cea69349f
3 changed files with 28 additions and 7 deletions
@@ -90,7 +90,7 @@ pub trait MessageDispatch<AccountId> {
type DispatchPayload: Decode;
/// Fine-grained result of single message dispatch (for better diagnostic purposes)
type DispatchLevelResult: Clone + Decode + sp_std::fmt::Debug + Eq;
type DispatchLevelResult: Clone + sp_std::fmt::Debug + Eq;
/// Estimate dispatch weight.
///