diff --git a/cmd/chantools/sweeptimelockmanual.go b/cmd/chantools/sweeptimelockmanual.go index 17d2786..1af3c89 100644 --- a/cmd/chantools/sweeptimelockmanual.go +++ b/cmd/chantools/sweeptimelockmanual.go @@ -621,10 +621,10 @@ func bruteForceDelayPoint(delayBase, revBase, htlcBase *btcec.PublicKey, } commitPoint := input.ComputeCommitmentPoint(revPreimage[:]) - log.Infof("RevocationPK(RIPEMD160): %v", + log.Infof("RevocationPK(RIPEMD160): %x", btcutil.Hash160(input.DeriveRevocationPubkey(revBase, commitPoint).SerializeCompressed())) - log.Infof("LocalHTLCPK: %v", + log.Infof("LocalHTLCPK: %x", btcutil.Hash160(input.TweakPubKey(htlcBase, commitPoint).SerializeCompressed())) log.Infof("CommitPoint at ChanUpdate#%v", i)