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.
1 parent d1ed18b commit c6bf98dCopy full SHA for c6bf98d
src/main.py
@@ -54,7 +54,7 @@ def exampleStatusList2Bit() -> StatusList:
54
55
56
def exampleStatusList1BitLong() -> StatusList:
57
- status_list = StatusList(long_size, 2)
+ status_list = StatusList(long_size, 1)
58
status_list.set(0, 1)
59
status_list.set(1993, 1)
60
status_list.set(25460, 1)
0 commit comments