Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 8231837

Browse files
authored
Patch 2 (#24)
1 parent 426210d commit 8231837

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lnmarkets/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def get_bitcoin_addresses(self):
363363
def get_deposit(self, params):
364364
method = 'GET'
365365
deposit_id = params.get('id')
366-
path = f'/user/deposits/{deposit_id}'
366+
path = f'/user/deposit/{deposit_id}'
367367
credentials = True
368368

369369
return self.before_request_api(method, path, params, credentials)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='ln-markets',
10-
version='2.0.9',
10+
version='2.0.11',
1111
packages=['lnmarkets'],
1212
description='LN Markets API python implementation',
1313
long_description=long_description,

0 commit comments

Comments
 (0)