mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 14:11:09 +00:00
Companion for polkadot#5569 (#1281)
* Companion for polkadot#5569 Signed-off-by: koushiro <koushiro.cqx@gmail.com> * update lockfile for {"polkadot"} Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -478,8 +478,8 @@ mod tests {
|
||||
.0
|
||||
.into_memory_db();
|
||||
|
||||
let backend =
|
||||
sp_state_machine::new_in_mem::<BlakeTwo256>().update_backend(*header.state_root(), db);
|
||||
let backend = sp_state_machine::new_in_mem_hash_key::<BlakeTwo256>()
|
||||
.update_backend(*header.state_root(), db);
|
||||
|
||||
// Should return an error, as it was not included while building the proof.
|
||||
assert!(backend
|
||||
|
||||
Reference in New Issue
Block a user