ethereum / eth-wiki

Ethereum Wiki
https://eth.wiki
48 stars 43 forks source link

rlp: make python code shown actually runnable (both 2.x and 3.x) #69

Open jensbjorgensen opened 2 years ago

jensbjorgensen commented 2 years ago

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.