lbcwallet/wallet/txauthor
Olaoluwa Osuntokun fbb3bc184d
wallet/txauthor: fix bug in dust calculation
In this commit, we fix a 3 year old bug in dust calculation. Before this
commit, the target fee of the transaction to be crafted would be used to
determine dust. If the target fee is very high, then this would cause
over all higher fees, as we'd base that dust computation off of that fee
rate, rather than the min relay fee.

To fix this, we always use the min relay fee at all times when computing
dust.
2020-08-13 16:43:00 -07:00
..
author.go wallet/txauthor: fix bug in dust calculation 2020-08-13 16:43:00 -07:00
author_test.go wallet/txauthor: create new wallet/txauthor module 2019-09-05 17:30:56 -07:00
cprng.go Refactor wallet transaction creation code. 2016-03-08 17:42:27 -05:00
go.mod wallet/txauthor: create new wallet/txauthor module 2019-09-05 17:30:56 -07:00
go.sum wallet/txauthor: create new wallet/txauthor module 2019-09-05 17:30:56 -07:00