Skip to content

Commit

Permalink
feat(reku): add some debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Jan 26, 2025
1 parent 97a9aa7 commit 010c80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/reku/src/provider/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ export class RekuProviderManager {
return
debug('start heartbeat')
this._heartbeatTimer = setInterval(() => {
debug('heartbeat running...')
debug('heartbeat has provider: %s', !!this._provider)
this._provider?.send('net_version', [])
.then((res) => {
debug('heartbeat response: %s', res)
Expand Down

0 comments on commit 010c80e

Please sign in to comment.