mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 14:26:26 +00:00
parent
0edacfef40
commit
ddd8489de0
@ -13,7 +13,7 @@ import
|
||||
# Nimble packages
|
||||
stew/[objects, byteutils, endians2], stew/shims/macros,
|
||||
chronos, confutils, metrics, json_rpc/[rpcserver, jsonmarshal],
|
||||
chronicles, bearssl,
|
||||
chronicles, bearssl, blscurve,
|
||||
json_serialization/std/[options, sets, net], serialization/errors,
|
||||
|
||||
eth/[keys, async_utils],
|
||||
@ -1156,6 +1156,7 @@ programMain:
|
||||
of noCommand:
|
||||
debug "Launching beacon node",
|
||||
version = fullVersionStr,
|
||||
bls_backend = $BLS_BACKEND,
|
||||
cmdParams = commandLineParams(),
|
||||
config
|
||||
|
||||
|
2
vendor/nim-blscurve
vendored
2
vendor/nim-blscurve
vendored
@ -1 +1 @@
|
||||
Subproject commit 2317e9ceac3378f9540bbbbc0b1fdbaf73808a9b
|
||||
Subproject commit da9ae49dab4cbb95b2cdaa68ecc221ee15c67a9a
|
Loading…
x
Reference in New Issue
Block a user