mirror of
https://gitee.com/BDWare/sdk-java
synced 2025-01-09 17:34:19 +00:00
add updateDoipConfig
This commit is contained in:
parent
e7315e7d12
commit
d8c3d1753b
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user