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],
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8a1b6ab4dca1f2075fec671659de8709a127f722
|
||||
Subproject commit d087c039c2f88e06851b22040dd95f37452c3c81
|
Loading…
Reference in New Issue