mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
committed by
Bastian Köcher
parent
944859319e
commit
a7e7c895f6
@@ -673,7 +673,7 @@ impl<T: Trait> Storage for BridgeStorage<T> {
|
||||
};
|
||||
|
||||
let last_signal_block = header.context.last_signal_block().cloned();
|
||||
HeadersByNumber::append_or_insert(header.header.number, vec![header.hash]);
|
||||
HeadersByNumber::append(header.header.number, header.hash);
|
||||
Headers::<T>::insert(
|
||||
&header.hash,
|
||||
StoredHeader {
|
||||
|
||||
@@ -59,6 +59,7 @@ impl frame_system::Trait for TestRuntime {
|
||||
type DbWeight = ();
|
||||
type BlockExecutionWeight = ();
|
||||
type ExtrinsicBaseWeight = ();
|
||||
type MaximumExtrinsicWeight = ();
|
||||
type AvailableBlockRatio = AvailableBlockRatio;
|
||||
type MaximumBlockLength = MaximumBlockLength;
|
||||
type Version = ();
|
||||
|
||||
Reference in New Issue
Block a user