Skip to content

Commit

Permalink
remove url from onchain offer message body
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Feb 22, 2024
1 parent 2edecb4 commit 4934235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ type CredentialsOnchainOfferMessage struct {

// CredentialsOnchainOfferMessageBody is struct the represents onchain offer message
type CredentialsOnchainOfferMessageBody struct {
URL string `json:"url"`
Credentials []CredentialOffer `json:"credentials"`
TransactionData TransactionData `json:"transaction_data"`
}

0 comments on commit 4934235

Please sign in to comment.