mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
InsufficientMoneyException: In the exception message, format missing value as BTC value.
This commit is contained in:
parent
9e52e4e0bf
commit
7240fb754a
@ -33,7 +33,7 @@ public class InsufficientMoneyException extends Exception {
|
||||
}
|
||||
|
||||
public InsufficientMoneyException(Coin missing) {
|
||||
this(missing, "Insufficient money, missing " + missing + " satoshis");
|
||||
this(missing, "Insufficient money, missing " + missing.toFriendlyString());
|
||||
}
|
||||
|
||||
public InsufficientMoneyException(Coin missing, String message) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user