Randomly select an addr from the authority discovery

This commit is contained in:
Luke Parker
2024-03-23 00:09:23 -04:00
parent 4914420a37
commit bca3728a10
3 changed files with 13 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ name = "serai-node"
zeroize = "1"
hex = "0.4"
rand_core = "0.6"
schnorrkel = "0.11"
sp-core = { git = "https://github.com/serai-dex/substrate" }