mirror of
https://gitee.com/BDWare/cm
synced 2025-01-10 01:44:04 +00:00
feat: add log for debug
This commit is contained in:
parent
f2e39a634d
commit
f59775da3f
@ -1355,6 +1355,7 @@ public class ContractManager {
|
||||
|
||||
ContractResult cr;
|
||||
long start = System.currentTimeMillis();
|
||||
LOGGER.debug(request.getContentStr());
|
||||
if (client.contractMeta.sigRequired) {
|
||||
if (!request.verifySignature()) {
|
||||
cr = new ContractResult(Status.Error, new JsonPrimitive("sign verified failed"));
|
||||
|
Loading…
Reference in New Issue
Block a user