log htlc event
This commit is contained in:
parent
efbf96531c
commit
b751470747
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export default class HtlcTracker {
|
|||
}
|
||||
log = getLogger({ appName: 'htlcTracker' })
|
||||
onHtlcEvent = async (htlc: HtlcEvent) => {
|
||||
getLogger({ appName: 'debugHtlcs' })(htlc)
|
||||
const htlcEvent = htlc.event
|
||||
if (htlcEvent.oneofKind === 'subscribedEvent') {
|
||||
this.log("htlc subscribed")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue