mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 13:37:24 +00:00
InsufficientMoneyException: In the exception message, format missing value as BTC value.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user