Skip to content

Commit

Permalink
Merge pull request #54 from Layr-Labs/epociask--chore-contracts-v2.1.0
Browse files Browse the repository at this point in the history
chore: Bump contracts to v2.1.0 release
  • Loading branch information
epociask authored Dec 9, 2024
2 parents bba6f61 + fe61464 commit a4f7cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 a4f7cfc

Please sign in to comment.