File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/multichain/object/queryobjects Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 1515
1616/**
1717 * @author Ub - H. MARTEAU
18- * @version 1.1
18+ * @version 4.7
1919 */
2020public 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 }
You can’t perform that action at this time.
0 commit comments