mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
get rid of ChainWithMessages::WeightInfo, because we can't have exact weights for "external chains" (#1899)
This commit is contained in:
committed by
Bastian Köcher
parent
5f2ff7e06e
commit
26330d9a25
@@ -43,6 +43,7 @@ pub use weights::WeightInfo;
|
||||
pub use weights_ext::{
|
||||
ensure_able_to_receive_confirmation, ensure_able_to_receive_message,
|
||||
ensure_weights_are_correct, WeightInfoExt, EXPECTED_DEFAULT_MESSAGE_LENGTH,
|
||||
EXTRA_STORAGE_PROOF_SIZE,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
|
||||
Reference in New Issue
Block a user