utxonursery: fix typo in contractMaturityReport definition

This commit is contained in:
Olaoluwa Osuntokun 2017-09-25 12:48:16 -07:00
parent be5b2d46a5
commit fe2b8ccb29
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -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
}