Skip to content

Commit

Permalink
fix example code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed Apr 24, 2021
1 parent 38d5c79 commit 46aca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Using the Wallet V3 API to access the locally running Grin wallet listener.
```python
from grinmw.wallet_v3 import WalletV3

import pprint
import pprint, os

pp = pprint.PrettyPrinter(indent=4)
api_url = 'http://localhost:3420/v3/owner'
Expand Down

0 comments on commit 46aca19

Please sign in to comment.