mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
lnwallet: use spew when logging logging retribution
This commit is contained in:
parent
8024fd72f8
commit
75787b3e4d
@ -926,8 +926,8 @@ func (lc *LightningChannel) closeObserver(channelCloseNtfn *chainntnfs.SpendEven
|
||||
return
|
||||
}
|
||||
|
||||
walletLog.Debugf("Punishment breach retribution created: %#v",
|
||||
retribution)
|
||||
walletLog.Debugf("Punishment breach retribution created: %v",
|
||||
spew.Sdump(retribution))
|
||||
|
||||
// Finally, send the retribution struct over the contract beach
|
||||
// channel to allow the observer the use the breach retribution
|
||||
|
Loading…
Reference in New Issue
Block a user