mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
beacon/blsync: fix passing config
This commit is contained in:
parent
6294f970b3
commit
5bc6d0b235
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ func NewClient(ctx *cli.Context) *Client {
|
|||
scheduler: scheduler,
|
||||
urls: ctx.StringSlice(utils.BeaconApiFlag.Name),
|
||||
customHeader: customHeader,
|
||||
chainConfig: &chainConfig,
|
||||
blockSync: beaconBlockSync,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue