mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 21:33:31 +02:00
multi: fix typos in comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
663c396235
commit
4009f7f874
@@ -910,8 +910,8 @@ func (u *utxoNursery) graduateClass(classHeight uint32) error {
|
||||
return u.cfg.Store.GraduateHeight(classHeight)
|
||||
}
|
||||
|
||||
// craftSweepTx accepts accepts a list of kindergarten outputs, and baby
|
||||
// outputs which don't required a second-layer claim, and signs and generates a
|
||||
// craftSweepTx accepts a list of kindergarten outputs, and baby
|
||||
// outputs which don't require a second-layer claim, and signs and generates a
|
||||
// signed txn that spends from them. This method also makes an accurate fee
|
||||
// estimate before generating the required witnesses.
|
||||
func (u *utxoNursery) createSweepTx(kgtnOutputs []kidOutput,
|
||||
|
Reference in New Issue
Block a user