Skip to content

Commit

Permalink
Update wallet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-at-cb committed Oct 18, 2024
1 parent ac912ff commit d75acff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdp/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ def create_webhook(self, notification_uri: str) -> "Webhook":
Exception: If there's an error creating the webhook.
"""

create_wallet_webhook_request = CreateWalletWebhookRequest(notification_uri = notification_uri)
model = Cdp.api_clients.webhooks.create_wallet_webhook(
wallet_id=self.id, create_wallet_webhook_request=create_wallet_webhook_request
Expand Down

0 comments on commit d75acff

Please sign in to comment.