Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Oct 31, 2024
1 parent bdd7b29 commit 8dccda3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/host/l1/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,6 @@ func (p *Publisher) publishTransaction(tx types.TxData) error {
// after unless we're stuck blocking.
p.logger.Info("Host preparing to issue L1 tx")

if p.hostStopper.IsStopping() {
return fmt.Errorf("host is stopping, cannot publish transaction")
}

p.sendingLock.Lock()
defer p.sendingLock.Unlock()

Expand Down

0 comments on commit 8dccda3

Please sign in to comment.