Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3651,7 +3651,7 @@ Released January 23rd, 2019

- Features

- Stablize the ``PM`` module
- Stabilize the ``PM`` module
- `#1125 <https://github.com/ethereum/web3.py/pull/1125>`_
- Implement async ``Version`` module
- `#1166 <https://github.com/ethereum/web3.py/pull/1166>`_
Expand Down
2 changes: 1 addition & 1 deletion web3/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Constants as Strings
ADDRESS_ZERO = HexAddress(HexStr("0x0000000000000000000000000000000000000000"))
CHECKSUM_ADDRESSS_ZERO = ChecksumAddress(ADDRESS_ZERO)
CHECKSUM_ADDRESS_ZERO = ChecksumAddress(ADDRESS_ZERO)
MAX_INT = HexStr("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")
HASH_ZERO = HexStr("0x0000000000000000000000000000000000000000000000000000000000000000")

Expand Down