ChainSafe / lodestar

🌟 TypeScript Implementation of Ethereum Consensus
https://lodestar.chainsafe.io
Apache License 2.0
1.16k stars 286 forks source link

Print the set feeRecipient on startup of the VC #5347

Open nflaig opened 1 year ago

nflaig commented 1 year ago

Description

Print the set feeRecipient on startup of the VC for each validator

Example

info: Validator exists in beacon chain validatorIndex=xx, pubKey=0xxx, feeRecipient=Ox39

Related

nflaig commented 1 year ago

Implementation started in https://github.com/ChainSafe/lodestar/pull/5239