We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6154fd commit 4669fceCopy full SHA for 4669fce
src/main/java/org/arkecosystem/crypto/transactions/Transaction.java
@@ -220,7 +220,7 @@ public String toJson() {
220
map.put("id", this.id);
221
map.put("timestamp", this.timestamp);
222
map.put("expiration", this.expiration);
223
- map.put("type", this.type);
+ map.put("type", this.type.getValue());
224
map.put("amount", this.amount);
225
map.put("fee", this.fee);
226
map.put("recipientId", this.recipientId);
0 commit comments