From fe2b8ccb29b503e1a802792892d5ad27db8ed39b Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 25 Sep 2017 12:48:16 -0700 Subject: [PATCH] utxonursery: fix typo in contractMaturityReport definition --- utxonursery.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utxonursery.go b/utxonursery.go index 12a7999e..3b401489 100644 --- a/utxonursery.go +++ b/utxonursery.go @@ -413,12 +413,12 @@ type contractMaturityReport struct { // confirmed at. confirmationHeight uint32 - // maturityHeight is the input age required for this output to reach - // maturity. + // maturityRequirement is the input age required for this output to + // reach maturity. maturityRequirement uint32 - // maturityHeight is the absolute block height that this output will mature - // at. + // maturityHeight is the absolute block height that this output will + // mature at. maturityHeight uint32 }