Skip to content

Commit 79046cd

Browse files
committed
v1.1.1
* Minor bugfixes
1 parent 96aed16 commit 79046cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,7 @@ Contact us @ https://blockbee.io/contacts/
169169

170170
#### 1.1.0
171171
* Added Payouts
172+
* Minor bugfixes
173+
174+
#### 1.1.1
172175
* Minor bugfixes

blockbee/BlockBee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def create_payout(coin, address, value, api_key=''):
179179
'apikey': api_key
180180
}
181181

182-
_payout = BlockBeeHelper.process_request(coin, endpoint='payout', params=params)
182+
_payout = BlockBeeHelper.process_request(coin, endpoint='payout/request/create', params=params)
183183

184184
if _payout:
185185
return _payout

setup.py

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

1111
name='python-blockbee',
1212

13-
version='1.1.0',
13+
version='1.1.1',
1414

1515
packages=find_packages(),
1616

0 commit comments

Comments
 (0)