Skip to content

Commit bc2da64

Browse files
committed
fix: use current storage root in proof logging
1 parent b284015 commit bc2da64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/core/generate-pie/src/types

crates/core/generate-pie/src/types/proof.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl ProofCollectionResult {
126126
block_id,
127127
contract_address,
128128
previous_contract_storage_root,
129-
current_contract_storage_root,
129+
current_contract_data.root,
130130
merged_contract_fact_count
131131
);
132132

0 commit comments

Comments
 (0)