mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
* tweaks from template downstream review #80 * more tweaks * Update parachain-template/node/src/command.rs * tweaks to template and other chainspecs * fmt * update more tweaks from downstream * fix build
This commit is contained in:
@@ -120,7 +120,7 @@ impl RelayStateSproofBuilder {
|
||||
let (db, root) = MemoryDB::<HashFor<polkadot_primitives::v1::Block>>::default_with_root();
|
||||
let mut backend = sp_state_machine::TrieBackend::new(db, root);
|
||||
|
||||
let mut relevant_keys = vec![];
|
||||
let mut relevant_keys = Vec::new();
|
||||
{
|
||||
use codec::Encode as _;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user