mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
do not compute storage root (+ changes root) when proving execution (#1246)
This commit is contained in:
committed by
Gav Wood
parent
20782baeef
commit
c1b0fba486
@@ -235,7 +235,14 @@ where
|
||||
method,
|
||||
call_data,
|
||||
manager,
|
||||
).map_err(Into::into)
|
||||
true,
|
||||
)
|
||||
.map(|(result, storage_tx, changes_tx)| (
|
||||
result,
|
||||
storage_tx.expect("storage_tx is always computed when compute_tx is true; qed"),
|
||||
changes_tx,
|
||||
))
|
||||
.map_err(Into::into)
|
||||
}
|
||||
|
||||
fn prove_at_trie_state<S: state_machine::TrieBackendStorage<Blake2Hasher>>(
|
||||
|
||||
Reference in New Issue
Block a user