Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec committed Oct 15, 2024
1 parent a7fdd7a commit 0652e9f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions staker/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import (
"github.com/sirupsen/logrus"
)

type responseExpectedChan struct {
errChan chan error
successChan chan *chainhash.Hash
}

type StakingEvent interface {
// Each staking event is identified by initial staking transaction hash
EventId() chainhash.Hash
Expand Down

0 comments on commit 0652e9f

Please sign in to comment.