mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 17:37:33 +00:00
add success logging for being configured to use payload builder (#4653)
This commit is contained in:
parent
6036f2e7d7
commit
c6cefd8914
@ -675,6 +675,10 @@ proc init*(T: type BeaconNode,
|
|||||||
else:
|
else:
|
||||||
nil
|
nil
|
||||||
|
|
||||||
|
if config.payloadBuilderEnable and payloadBuilderRestClient != nil:
|
||||||
|
info "Using external payload builder",
|
||||||
|
payloadBuilderUrl = config.payloadBuilderUrl
|
||||||
|
|
||||||
let node = BeaconNode(
|
let node = BeaconNode(
|
||||||
nickname: nickname,
|
nickname: nickname,
|
||||||
graffitiBytes: if config.graffiti.isSome: config.graffiti.get
|
graffitiBytes: if config.graffiti.isSome: config.graffiti.get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user