mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
InsufficientMoneyException: remove extra space in exception description
This commit is contained in:
parent
192444f09a
commit
a74932221c
@ -34,7 +34,7 @@ public class InsufficientMoneyException extends Exception {
|
||||
}
|
||||
|
||||
public InsufficientMoneyException(Coin missing) {
|
||||
this(missing, "Insufficient money, missing " + missing.toFriendlyString());
|
||||
this(missing, "Insufficient money, missing " + missing.toFriendlyString());
|
||||
}
|
||||
|
||||
public InsufficientMoneyException(Coin missing, String message) {
|
||||
|
Loading…
Reference in New Issue
Block a user