parent
9ac48dddca
commit
7ca375327a
|
@ -13,7 +13,7 @@ import
|
||||||
# Nimble packages
|
# Nimble packages
|
||||||
stew/[objects, byteutils, endians2], stew/shims/macros,
|
stew/[objects, byteutils, endians2], stew/shims/macros,
|
||||||
chronos, confutils, metrics, json_rpc/[rpcserver, jsonmarshal],
|
chronos, confutils, metrics, json_rpc/[rpcserver, jsonmarshal],
|
||||||
chronicles, bearssl,
|
chronicles, bearssl, blscurve,
|
||||||
json_serialization/std/[options, sets, net], serialization/errors,
|
json_serialization/std/[options, sets, net], serialization/errors,
|
||||||
|
|
||||||
eth/[keys, async_utils],
|
eth/[keys, async_utils],
|
||||||
|
@ -1156,6 +1156,7 @@ programMain:
|
||||||
of noCommand:
|
of noCommand:
|
||||||
debug "Launching beacon node",
|
debug "Launching beacon node",
|
||||||
version = fullVersionStr,
|
version = fullVersionStr,
|
||||||
|
bls_backend = $BLS_BACKEND,
|
||||||
cmdParams = commandLineParams(),
|
cmdParams = commandLineParams(),
|
||||||
config
|
config
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2317e9ceac3378f9540bbbbc0b1fdbaf73808a9b
|
Subproject commit da9ae49dab4cbb95b2cdaa68ecc221ee15c67a9a
|
Loading…
Reference in New Issue