lnwallet: use spew when logging logging retribution

This commit is contained in:
Olaoluwa Osuntokun 2017-02-20 22:05:52 -08:00
parent 8024fd72f8
commit 75787b3e4d
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -926,8 +926,8 @@ func (lc *LightningChannel) closeObserver(channelCloseNtfn *chainntnfs.SpendEven
return return
} }
walletLog.Debugf("Punishment breach retribution created: %#v", walletLog.Debugf("Punishment breach retribution created: %v",
retribution) spew.Sdump(retribution))
// Finally, send the retribution struct over the contract beach // Finally, send the retribution struct over the contract beach
// channel to allow the observer the use the breach retribution // channel to allow the observer the use the breach retribution