Skip to content

Commit 25ebc2e

Browse files
committed
add missing field
1 parent ae409d1 commit 25ebc2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substrate/frame/revive/src/primitives.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ impl<T: Config> ExecConfig<T> {
451451
effective_gas_price: self.effective_gas_price,
452452
is_dry_run: self.is_dry_run.clone(),
453453
mock_handler: None,
454+
transient_storage: None,
454455
}
455456
}
456457
}

0 commit comments

Comments
 (0)