From 4b05bad4f1ce21a91baa29c70ad792c012e6b689 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 29 Nov 2017 16:10:19 -0800 Subject: [PATCH] utxn: log the CSV value of kindergarten outputs on state transition --- utxonursery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utxonursery.go b/utxonursery.go index e9321781..ab1128a2 100644 --- a/utxonursery.go +++ b/utxonursery.go @@ -1198,7 +1198,7 @@ func (u *utxoNursery) waitForCommitConf(kid *kidOutput, } utxnLog.Infof("Commitment output %v promoted to "+ - "kindergarten", kid.OutPoint()) + "kindergarten, csv=%v", kid.OutPoint(), kid.BlocksToMaturity()) } // contractMaturityReport is a report that details the maturity progress of a