mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
State db random fixes (#802)
* state-db: typo fixes * use fmt::Result for 'fmt' * state-db: typo fixes * state-db: use the same pattern to pass the parameter * state-db: follow the same style
This commit is contained in:
@@ -420,7 +420,7 @@ impl<Block: BlockT> Backend<Block> {
|
||||
|
||||
Ok(Backend {
|
||||
storage: Arc::new(storage_db),
|
||||
tries_change_storage: tries_change_storage,
|
||||
tries_change_storage,
|
||||
blockchain,
|
||||
canonicalization_delay,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user