Skip to content

Commit

Permalink
disable dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
janezpodhostnik committed May 20, 2024
1 parent e31cf85 commit 0585789
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/scaffold.go
Original file line number Diff line number Diff line change
Expand Up @@ -1547,12 +1547,6 @@ func (fnb *FlowNodeBuilder) initFvmOptions() {
fvm.WithContractDeploymentRestricted(false),
)
}
// temporarily enable dependency check for testnet
if fnb.RootChainID == flow.Testnet {
vmOpts = append(vmOpts,
fvm.WithDependencyCheckEnabled(true),
)
}

fnb.FvmOptions = vmOpts
}
Expand Down

0 comments on commit 0585789

Please sign in to comment.