mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
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