Browse Source
Merge pull request #40 from CoboVault/btc_only_dev
fix change address issue
V1.2.0-btc-release
soralit
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
coinlib/src/main/java/com/cobo/coinlib/coins/BTC/Btc.java
|
|
@ -170,8 +170,6 @@ public class Btc extends AbsCoin { |
|
|
|
output.getString("address"), |
|
|
|
output.getString("changeAddressPath"), |
|
|
|
output.getLong("value")); |
|
|
|
outputsClone.remove(i); |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
NumberFormat nf = NumberFormat.getInstance(); |
|
|
|