Skip to content

Commit

Permalink
Update contract_invoke.go (#57)
Browse files Browse the repository at this point in the history
field message is obsolote for contract invoke.
  • Loading branch information
vmidyllic authored Sep 26, 2024
1 parent c428817 commit a6f0130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/contract_invoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type ContractInvokeRequestMessage struct {
// ContractInvokeRequestMessageBody is body for contract invoke request
type ContractInvokeRequestMessageBody struct {
Reason string `json:"reason,omitempty"`
Message string `json:"message,omitempty"`
TransactionData TransactionData `json:"transaction_data"`
DIDDoc json.RawMessage `json:"did_doc,omitempty"`
Scope []ZeroKnowledgeProofRequest `json:"scope"`
Expand Down

0 comments on commit a6f0130

Please sign in to comment.