File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ func mainImpl() int {
249249 // If sequencer and signing is enabled or batchposter is enabled without
250250 // external signing sequencer will need a key.
251251 sequencerNeedsKey := (nodeConfig .Node .Sequencer && ! nodeConfig .Node .Feed .Output .DisableSigning ) ||
252- (nodeConfig .Node .BatchPoster .Enable && (nodeConfig .Node .BatchPoster .DataPoster .ExternalSigner .URL == "" || nodeConfig . Node . DataAvailability . Enable ))
252+ (nodeConfig .Node .BatchPoster .Enable && (nodeConfig .Node .BatchPoster .DataPoster .ExternalSigner .URL == "" ))
253253 validatorNeedsKey := nodeConfig .Node .Staker .OnlyCreateWalletContract ||
254254 (nodeConfig .Node .Staker .Enable && ! strings .EqualFold (nodeConfig .Node .Staker .Strategy , "watchtower" ) && nodeConfig .Node .Staker .DataPoster .ExternalSigner .URL == "" )
255255
You can’t perform that action at this time.
0 commit comments