Switch trie cache random seed (#1935)

Use a more secure seed for hashsets of cache.
This commit is contained in:
cheme
2023-10-20 05:13:19 +02:00
committed by GitHub
parent e1e0381380
commit f4c4c0fe29
3 changed files with 8 additions and 1 deletions
Generated
+1
View File
@@ -17527,6 +17527,7 @@ dependencies = [
"nohash-hasher",
"parity-scale-codec",
"parking_lot 0.12.1",
"rand 0.8.5",
"scale-info",
"schnellru",
"sp-core",