Skip to content

Commit

Permalink
mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Dec 10, 2024
1 parent 9cc16cb commit d173d61
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
2 changes: 2 additions & 0 deletions cmd/staking-expiry-checker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ func main() {
// Start pollers in separate goroutines
go expiryPoller.Start(ctx)
go btcSubscriberPoller.Start(ctx)

go service.HandleUnbondingDelegationChannel(ctx)
}
34 changes: 26 additions & 8 deletions tests/mocks/mock_db_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d173d61

Please sign in to comment.