mirror of
https://gitee.com/BDWare/common
synced 2025-01-25 01:04:16 +00:00
fix: fix bugs in signature of ContractRequest
change type of arg in ContractRequest.getContentStr
This commit is contained in:
parent
42baeaeef6
commit
4bbe861fcc
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user