sweep/txgenerator: log in case of no change output
This commit is contained in:
parent
1e68cdc8cf
commit
6150995b46
@ -222,6 +222,9 @@ func createSweepTx(inputs []input.Input, outputPkScript []byte,
|
|||||||
PkScript: outputPkScript,
|
PkScript: outputPkScript,
|
||||||
Value: int64(changeAmt),
|
Value: int64(changeAmt),
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
log.Infof("Change amt %v below dustlimit %v, not adding "+
|
||||||
|
"change output", changeAmt, dustLimit)
|
||||||
}
|
}
|
||||||
|
|
||||||
// We'll default to using the current block height as locktime, if none
|
// We'll default to using the current block height as locktime, if none
|
||||||
|
Loading…
Reference in New Issue
Block a user