From d75acff2610064549533187dade1594064e717d5 Mon Sep 17 00:00:00 2001 From: Howard Xie Date: Fri, 18 Oct 2024 12:56:19 -0700 Subject: [PATCH] Update wallet.py --- cdp/wallet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cdp/wallet.py b/cdp/wallet.py index 0519e49..1b1e9f2 100644 --- a/cdp/wallet.py +++ b/cdp/wallet.py @@ -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