lbcwallet/wallet/txauthor
Josh Rickmar 7b2e1ac282 Do not include zero value change outputs.
Due to the way dust is calculated, if the transaction relay fee is
zero, then a zero output amount is not considered dust.  As the
transaction authoring code used this dust check to determine whether a
change output can be included or not, it could create unnecessary
change outputs which return no value back to the wallet.  Prevent this
by including an explicit check for zero values.
2016-04-20 10:46:12 -04:00
..
author.go Do not include zero value change outputs. 2016-04-20 10:46:12 -04:00
author_test.go Do not include zero value change outputs. 2016-04-20 10:46:12 -04:00
cprng.go Refactor wallet transaction creation code. 2016-03-08 17:42:27 -05:00