update readme

This commit is contained in:
Piper Merriam 2016-08-30 12:17:01 -06:00
parent 9fa56d35a9
commit 07bf5fdd80

View File

@ -77,8 +77,8 @@ uses `web3.py`.
### Setting defaults
```python
web3.config.defaultAccount = <your (unlocked) account>
web3.config.defaultBlock = "latest"
web3.eth.defaultAccount = <your (unlocked) account>
web3.eth.defaultBlock = "latest"
# Can also be an integer or one of "latest", "pending", "earliest"
```