Skip to content

Commit f86b3f6

Browse files
committed
Merge branch '1.0-develop' of http://gitlab.topiatechnology.com/blockchain/eosRPCAdapater-java into 1.0-develop
2 parents d869a89 + 03ce0ab commit f86b3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/topiacoin/eosrpcadapter/RPCChain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public TransactionBinArgs abiJsonToBin(String code,
386386

387387
EOSRPCAdapter.EOSRPCResponse response = rpcAdapter.postRequest(getBlockURL, requestString);
388388

389-
_log.info("ABI JSON to Bin Response: " + response);
389+
_log.debug("ABI JSON to Bin Response: " + response);
390390

391391
if (response.response != null) {
392392
abiJsonToBinResponse = _objectMapper.readValue(response.response, TransactionBinArgs.class);

0 commit comments

Comments
 (0)