Skip to content

Commit 132cc02

Browse files
author
Antoine Le Calvez
committed
Fixed code snipped
1 parent f23fc4b commit 132cc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Usage:
1515
```python
1616
from blockchain.wallet import Wallet
1717

18-
wallet = Wallet('ada4e4b6-3c9f-11e4-baad-164230d1df67', 'password123')
18+
wallet = Wallet('ada4e4b6-3c9f-11e4-baad-164230d1df67', 'password123', 'http://localhost:3000')
1919
```
2020

2121
####`send`

0 commit comments

Comments
 (0)