* Version: 4.0.0-beta.11 * Python: 3.6 * OS: osx ### What was wrong? The return value of `web3.eth.sendTransaction(...)` seems to be HexBytes, not a str as shown in the docs. ### How can it be fixed? Fix the return value or fix the docs.