mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Archive Mode and groundwork for state-preserving handles (#166)
* less eager deletion of DB values * archive mode
This commit is contained in:
committed by
Gav Wood
parent
0fa049b0c7
commit
748238eb40
@@ -198,7 +198,6 @@ fn start_bft<F, C>(
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
let input = Messages {
|
let input = Messages {
|
||||||
network_stream: network.bft_messages(parent_hash),
|
network_stream: network.bft_messages(parent_hash),
|
||||||
local_id: bft_service.local_id(),
|
local_id: bft_service.local_id(),
|
||||||
|
|||||||
Reference in New Issue
Block a user