Skip to content

Commit

Permalink
chore: Bump contracts to v2.1.0 release - update testnode && fixed cf…
Browse files Browse the repository at this point in the history
…g invariant
  • Loading branch information
epociask committed Dec 9, 2024
1 parent 80763bb commit fe61464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func mainImpl() int {
return 1
}

if !nodeConfig.Node.BatchPoster.EnableEigenDAFailover && nodeConfig.Node.Dangerous.DisableBlobReader {
if !nodeConfig.Node.BatchPoster.EnableEigenDAFailover && !nodeConfig.Node.Dangerous.DisableBlobReader {
log.Error("4844 must be disabled if using EigenDA without failover enabled")
return 1
}
Expand Down
2 changes: 1 addition & 1 deletion nitro-testnode

0 comments on commit fe61464

Please sign in to comment.