mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 21:54:19 -04:00
Remove one more unnecessary edit
This commit is contained in:
parent
1c13d36d34
commit
e290fd20fc
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ public abstract class PaymentAccount implements PersistablePayload {
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public PaymentAccountForm toForm() {
|
public PaymentAccountForm toForm() {
|
||||||
|
|
||||||
// convert to json map
|
// convert to json map
|
||||||
Map<String, Object> jsonMap = gsonBuilder.create().fromJson(toJson(), (Type) Object.class);
|
Map<String, Object> jsonMap = gsonBuilder.create().fromJson(toJson(), (Type) Object.class);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue