We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29964a8 commit 78530c8Copy full SHA for 78530c8
fvm/src/machine/default.rs
@@ -63,7 +63,7 @@ where
63
externs: E,
64
) -> anyhow::Result<Self> {
65
const SUPPORTED_VERSIONS: RangeInclusive<NetworkVersion> =
66
- NetworkVersion::V14..=NetworkVersion::V15;
+ NetworkVersion::V14..=NetworkVersion::V16;
67
68
debug!(
69
"initializing a new machine, epoch={}, base_fee={}, nv={:?}, root={}",
0 commit comments