mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Fix tmp file deletion bug
This commit is contained in:
parent
1f99192a31
commit
bcc7216c9e
@ -73,6 +73,7 @@ class CorePaymentAccountsService {
|
||||
|
||||
String getPaymentAccountFormAsString(String paymentMethodId) {
|
||||
File jsonForm = getPaymentAccountForm(paymentMethodId);
|
||||
jsonForm.deleteOnExit(); // If just asking for a string, delete the form file.
|
||||
return paymentAccountForm.toJsonString(jsonForm);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user