Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneBronzini committed Sep 3, 2017
1 parent 0f92d48 commit 6076690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ The first thing to do the first time this package is imported is to set the
network on which it has to work. This is achieved by doing:

```python
import btcpy
btcpy.setup('regtest')
from btcpy.setup import setup
setup('regtest')
```

supported network types are:
Expand Down Expand Up @@ -669,4 +669,4 @@ Since this library is still a work in progress, the following roadmap lists the
* Add RPC call to Bitcoin Core node
* Add networking with Bitcoin Core nodes
* Add BIP32 HD keys support and management
* Consider replacing `ecdsa` with `secp256k1`
* Consider replacing `ecdsa` with `secp256k1`

0 comments on commit 6076690

Please sign in to comment.