Skip to content

Commit 6314e72

Browse files
author
[a561842] Hubert Marteau
committed
1 parent d132d50 commit 6314e72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>MultiChainJavaAPI</groupId>
55
<artifactId>MultiChainJavaAPI</artifactId>
6-
<version>0.4.6-SNAPSHOT</version>
6+
<version>0.4.7-SNAPSHOT</version>
77

88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/multichain/object/queryobjects/RawParam.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* @author Ub - H. MARTEAU
18-
* @version 1.1
18+
* @version 4.7
1919
*/
2020
public class RawParam extends GsonFormatters {
2121
String address;
@@ -71,7 +71,7 @@ public Object getValue() {
7171
if (assets != null && assets.size() != 0) {
7272
for (AssetQuantity asset : assets) {
7373
if (asset.isFilled()) {
74-
filledAssets.put(formatJson(asset.getName()), new Float(asset.getQuantity()));
74+
filledAssets.put(asset.getName(), new Float(asset.getQuantity()));
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)