Skip to content

Commit

Permalink
Merge pull request #1544 from oasisprotocol/kostko/feature/freshness-…
Browse files Browse the repository at this point in the history
…proofs

runtime-sdk: Enable freshness proofs
  • Loading branch information
kostko committed Oct 19, 2023
2 parents 5414cd7 + 7c19d8e commit 887f3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime-sdk/src/runtime.rs
Expand Up @@ -200,6 +200,7 @@ pub trait Runtime {
trust_root: Self::consensus_trust_root(),
features: Some(features),
persist_check_tx_state: false,
freshness_proofs: true,
..Default::default()
},
);
Expand Down

0 comments on commit 887f3d5

Please sign in to comment.