mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
lnwallet: use spew when logging logging retribution
This commit is contained in:
parent
8024fd72f8
commit
75787b3e4d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue