Skip to content

Commit

Permalink
incorporating further wallet address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
melissahenderson committed Nov 12, 2024
1 parent ba85381 commit 8a43c7e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,10 @@ mutation RevokeWalletAddressKey($input: RevokeWalletAddressKeyInput!) {
{
"data": {
"revokeWalletAddressKey": {
"code": "200",
"message": "Wallet Address Key Revoked",
"success": true,
"walletAddressKey": {
"id": "f2953571-f10c-44eb-ab41-4450a7ad6771",
"walletAddressId": "695e7546-1803-4b45-96b6-6a53f4082018",
"revoked": true,
"walletAddressId": "695e7546-1803-4b45-96b6-6a53f4082018",
"createdAt": "2023-03-03T09:26:41.424Z"
}
}
Expand Down

0 comments on commit 8a43c7e

Please sign in to comment.