forked from Qortal-Forker/qortal
		
	Fixed bug in arbitrary transaction builder
This commit is contained in:
		@@ -112,7 +112,9 @@ public class ArbitraryDataTransactionBuilder {
 | 
			
		||||
            return transactionData;
 | 
			
		||||
 | 
			
		||||
        } catch (DataException e) {
 | 
			
		||||
            arbitraryDataFile.deleteAll();
 | 
			
		||||
            if (arbitraryDataFile != null) {
 | 
			
		||||
                arbitraryDataFile.deleteAll();
 | 
			
		||||
            }
 | 
			
		||||
            throw(e);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user