Skip to content

Commit 96aed16

Browse files
committed
v1.1.0
* Added Payouts * Minor bugfixes
1 parent 1700177 commit 96aed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from blockbee import BlockBeeHelper
3636

3737
bb = BlockBeeHelper(coin, own_address, callback_url, params, bb_params, api_key)
3838

39-
address = bb.getAddress()['address_in']
39+
address = bb.get_address()['address_in']
4040
```
4141

4242
Where:

0 commit comments

Comments
 (0)