Skip to content

Commit

Permalink
Merge branch 'eigenda-v3.2.1' of github.com:Layr-Labs/nitro into epoc…
Browse files Browse the repository at this point in the history
…iask--chore-imported-proxy-client
  • Loading branch information
epociask committed Dec 13, 2024
2 parents 82f3bc7 + bf639c5 commit 91459fd
Show file tree
Hide file tree
Showing 4 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
Binary file not shown.
2 changes: 1 addition & 1 deletion nitro-testnode

0 comments on commit 91459fd

Please sign in to comment.