mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-09 22:17:29 +00:00
MillauWeight -> BridgeWeight (#1593)
This commit is contained in:
committed by
Bastian Köcher
parent
4f4200b0eb
commit
6f9bda5db0
@@ -392,7 +392,7 @@ impl WeightInfoExt for () {
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: frame_system::Config> WeightInfoExt for crate::weights::MillauWeight<T> {
|
||||
impl<T: frame_system::Config> WeightInfoExt for crate::weights::BridgeWeight<T> {
|
||||
fn expected_extra_storage_proof_size() -> u32 {
|
||||
EXTRA_STORAGE_PROOF_SIZE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user