Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Dec 20, 2024
1 parent 775b5a0 commit a8d5b71
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions op-service/client/bss_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ package client
import (
"context"
"fmt"
"sync"
"time"

"github.com/davecgh/go-spew/spew"
"github.com/ethereum/go-ethereum/log"
"github.com/hemilabs/heminetwork/api/bssapi"
"github.com/hemilabs/heminetwork/api/protocol"
"github.com/hemilabs/heminetwork/hemi"
"github.com/davecgh/go-spew/spew"
"github.com/ethereum/go-ethereum/log"
"sync"
"time"
)

const (
Expand Down Expand Up @@ -158,6 +159,7 @@ func (bssc *LiveBssClient) handleBSSCallCompletion(parentCtx context.Context, co
case bc.ch <- err:
default:
}
return
}

select {
Expand Down

0 comments on commit a8d5b71

Please sign in to comment.