feat: invoke fromDebug in NodePortal.html
This commit is contained in:
@@ -235,6 +235,7 @@ var executeContract = function () {
|
||||
}
|
||||
// console.log("[arg.gasLimit]"+arg.gasLimit);
|
||||
request.pubkey = sm2Key.publicKey;
|
||||
// request.isDebug = executeContractAsDebug.checked;
|
||||
request.signature = sm2.doSignature(request.contractID + "|" + arg.action
|
||||
+ "|" + arg.arg + "|" + sm2Key.publicKey, sm2Key.privateKey, {hash: true, der: true});
|
||||
request.arg = JSON.stringify(arg);
|
||||
|
||||
Reference in New Issue
Block a user