Skip to content

Commit 78530c8

Browse files
authored
add nv16 to supported network versions (#470)
1 parent 29964a8 commit 78530c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fvm/src/machine/default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ where
6363
externs: E,
6464
) -> anyhow::Result<Self> {
6565
const SUPPORTED_VERSIONS: RangeInclusive<NetworkVersion> =
66-
NetworkVersion::V14..=NetworkVersion::V15;
66+
NetworkVersion::V14..=NetworkVersion::V16;
6767

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

0 commit comments

Comments
 (0)