Skip to content

Commit dd8e61a

Browse files
author
JK
committed
Fixed transfer coins error in address formatting.
1 parent ee0f223 commit dd8e61a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/multichain/command/builders/QueryBuilderAddress.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected static String executeCreateMultiSig(int numberOfSigRequired, String[]
112112
*/
113113
protected static String executeGetAddressBalances(String address) throws MultichainException {
114114
MultichainTestParameter.isNotNullOrEmpty("address", address);
115-
return execute(CommandEnum.GETADDRESSBALANCES, formatJson(address));
115+
return execute(CommandEnum.GETADDRESSBALANCES, address);
116116
}
117117

118118

0 commit comments

Comments
 (0)