mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
dry-run mode for init bridge command (#1690)
* `dry-run` mode for init bridge command * fix clippy
This commit is contained in:
committed by
Bastian Köcher
parent
02ef3a1a25
commit
9cea69349f
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user