fix: fix bugs in signature of ContractRequest

change type of arg in ContractRequest.getContentStr
This commit is contained in:
Frank.R.Wu 2021-12-11 17:52:38 +08:00
parent 42baeaeef6
commit 4bbe861fcc

View File

@ -138,7 +138,7 @@ public class ContractRequest extends SM2Verifiable
"%s|%s|%s%s|%s",
(contractDOI != null && contractDOI.length() > 0) ? contractDOI : contractID,
action,
arg,
arg.getAsString(),
gasLimit > 0 ? "|" + gasLimit : "",
requester);
}