mirror of
				https://github.com/Qortal/altcoinj.git
				synced 2025-11-04 06:27:19 +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) {
 | 
					    public InsufficientMoneyException(Coin missing) {
 | 
				
			||||||
        this(missing, "Insufficient money,  missing " + missing + " satoshis");
 | 
					        this(missing, "Insufficient money,  missing " + missing.toFriendlyString());
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public InsufficientMoneyException(Coin missing, String message) {
 | 
					    public InsufficientMoneyException(Coin missing, String message) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user