mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
utxonursery: fix typo in contractMaturityReport definition
This commit is contained in:
parent
be5b2d46a5
commit
fe2b8ccb29
1 changed files with 4 additions and 4 deletions
|
@ -413,12 +413,12 @@ type contractMaturityReport struct {
|
||||||
// confirmed at.
|
// confirmed at.
|
||||||
confirmationHeight uint32
|
confirmationHeight uint32
|
||||||
|
|
||||||
// maturityHeight is the input age required for this output to reach
|
// maturityRequirement is the input age required for this output to
|
||||||
// maturity.
|
// reach maturity.
|
||||||
maturityRequirement uint32
|
maturityRequirement uint32
|
||||||
|
|
||||||
// maturityHeight is the absolute block height that this output will mature
|
// maturityHeight is the absolute block height that this output will
|
||||||
// at.
|
// mature at.
|
||||||
maturityHeight uint32
|
maturityHeight uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue