fix: support arm64/amd64 in push script

deprecated: NodecenterActions support JSON type contract execution.
This commit is contained in:
CaiHQ 2021-12-03 14:04:09 +08:00
parent 2ac5c153de
commit bf14fd6adb

View File

@ -987,7 +987,7 @@ public class NodeCenterActions {
}
if (args.has("operation")) {
cr.setAction(args.get("operation").getAsString());
cr.setArg(args.get("arg").getAsString());
cr.setArg(args.get("arg"));
}
final JsonObject ret = new JsonObject();