Skip to content

Commit

Permalink
Add nv17 to supported network versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Sep 8, 2022
1 parent 60ce4fb commit e3ea3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/src/machine/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ where
externs: E,
) -> anyhow::Result<Self> {
const SUPPORTED_VERSIONS: RangeInclusive<NetworkVersion> =
NetworkVersion::V15..=NetworkVersion::V16;
NetworkVersion::V15..=NetworkVersion::V17;

debug!(
"initializing a new machine, epoch={}, base_fee={}, nv={:?}, root={}",
Expand Down

0 comments on commit e3ea3fd

Please sign in to comment.