remerkleable: fix container dict key hashing
This commit is contained in:
parent
832e96412c
commit
902a9c9967
2
setup.py
2
setup.py
|
@ -1169,7 +1169,7 @@ setup(
|
||||||
"pycryptodome==3.15.0",
|
"pycryptodome==3.15.0",
|
||||||
"py_ecc==6.0.0",
|
"py_ecc==6.0.0",
|
||||||
"milagro_bls_binding==1.9.0",
|
"milagro_bls_binding==1.9.0",
|
||||||
"remerkleable==0.1.26",
|
"remerkleable==0.1.27",
|
||||||
"trie==2.0.2",
|
"trie==2.0.2",
|
||||||
RUAMEL_YAML_VERSION,
|
RUAMEL_YAML_VERSION,
|
||||||
"lru-dict==1.1.8",
|
"lru-dict==1.1.8",
|
||||||
|
|
Loading…
Reference in New Issue