add updateDoipConfig

This commit is contained in:
CaiHQ 2023-06-09 19:22:27 +08:00
parent e7315e7d12
commit d8c3d1753b

View File

@ -93,7 +93,7 @@ public abstract class SmartContractHandler implements Handler {
@Override
public void handle(JsonObject obj) {
try {
LOGGER.info("receive:" + obj);
// LOGGER.info("receive:" + obj);
if (!obj.has("action")) {
LOGGER.warn("can't handle message without action: " + obj);
}