eth-wiki
eth-wiki copied to clipboard
rlp: make python code shown actually runnable (both 2.x and 3.x)
In the rlp page there's example python code that actually demonstrates the en/decoding of RLP, but unfortunately that code is not actually runnable.
The fixes I'm submitting fix it up so this code actually works, in both python 2.x and 3.x, with minimal changes.