Skip to content

Commit

Permalink
Merge pull request #73 from Staketab/dev
Browse files Browse the repository at this point in the history
logging only sendTxs
  • Loading branch information
sineDtS authored May 22, 2024
2 parents 90dd563 + 8b2f5c3 commit 59dce97
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ public ResponseEntity<String> sendToZkCloudWorker(ZkCloudWorkerRequestDTO reques
Gson gson = new GsonBuilder().setPrettyPrinting().serializeNulls().create();
setDefaultValues(requestDTO);
if(requestDTO.getCommand().equals("sendTransactions")) {
log.info("equals");
log.info(gson.toJson(requestDTO));
}
log.info(gson.toJson(requestDTO));
log.info("-------------------------------------------");
return zkCloudWorkerRestTemplate.postForEntity(PATH_TO_ZK_CLOUD_WORKER, requestDTO, String.class);
}

Expand Down

0 comments on commit 59dce97

Please sign in to comment.