mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
readd bearssl/cacert
This commit is contained in:
parent
774eede63b
commit
cc1464a935
@ -2162,7 +2162,7 @@ proc getPersistentNetKeys(
|
||||
let
|
||||
keys = rng.getRandomNetKeys()
|
||||
pres = PeerId.init(keys.pubkey).valueOr:
|
||||
fatal "Could not obtain PeerId from network key"
|
||||
fatal "Could not obtain PeerId from network key", error
|
||||
quit QuitFailure
|
||||
info "Generating new networking key",
|
||||
network_public_key = keys.pubkey, network_peer_id = $pres
|
||||
|
@ -13,7 +13,7 @@ else:
|
||||
import
|
||||
std/[options, tables, sets, macros],
|
||||
chronicles, chronos, snappy/codec,
|
||||
stew/ranges/bitranges, libp2p/switch,
|
||||
libp2p/switch,
|
||||
../spec/datatypes/[phase0, altair, bellatrix],
|
||||
../spec/[helpers, forks, network],
|
||||
".."/[beacon_clock],
|
||||
|
2
vendor/nim-stew
vendored
2
vendor/nim-stew
vendored
@ -1 +1 @@
|
||||
Subproject commit 8a1b6ab4dca1f2075fec671659de8709a127f722
|
||||
Subproject commit d087c039c2f88e06851b22040dd95f37452c3c81
|
Loading…
x
Reference in New Issue
Block a user