Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(protocol): fix an issue for prover initialization (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Dec 22, 2023
1 parent cfeffca commit c656ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func InitFromConfig(ctx context.Context, p *Prover, cfg *Config) (err error) {
MaxBlockSlippage: p.cfg.MaxBlockSlippage,
TaikoL1Address: p.cfg.TaikoL1Address,
AssignmentHookAddress: p.cfg.AssignmentHookAddress,
ProposeConcurrencyGuard: p.proposeConcurrencyGuard,
Rpc: p.rpc,
LivenessBond: protocolConfigs.LivenessBond,
IsGuardian: p.IsGuardianProver(),
Expand Down

0 comments on commit c656ddb

Please sign in to comment.