We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8a18e0 + 1408e1f commit 67a3e35Copy full SHA for 67a3e35
demo/gas.py
@@ -6,4 +6,4 @@
6
7
blocks = api.block.blocks_by_number(order='desc', limit=500)
8
fig, ax = plt.subplots()
9
-ax.plot([x.number for x in blocks], [x.gas_used for x in blocks])
+ax.plot([x.block_number for x in blocks], [x.gas_used for x in blocks])
0 commit comments