novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Transaction.MIN_NONDUST_OUTPUT is erroneos #604

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 public static final Coin MIN_NONDUST_OUTPUT = Coin.valueOf(5460)
Actually it is 10 times smaller:
 public static final Coin MIN_NONDUST_OUTPUT = Coin.valueOf(546)
Example tx: https://blockchain.info/tx-index/77211208

Original issue reported on code.google.com by an...@ambisafe.co on 14 Feb 2015 at 4:18

GoogleCodeExporter commented 9 years ago
It's 546 in the latest version. What version are you using?

Original comment by mh.in.en...@gmail.com on 15 Feb 2015 at 4:52

GoogleCodeExporter commented 9 years ago
I have 0.12
I'm confused what version is last?
http://screencast.com/t/tnpHK0gYVVaj

Original comment by an...@ambisafe.co on 16 Feb 2015 at 9:58

GoogleCodeExporter commented 9 years ago
We stopped uploading binary releases to github since they are now available via 
Maven Central.

Original comment by andreas....@gmail.com on 16 Feb 2015 at 10:01

GoogleCodeExporter commented 9 years ago
Latest is 0.12.2

Original comment by mh.in.en...@gmail.com on 17 Feb 2015 at 11:18