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

Commit

Permalink
add missed parameter for the prover server
Browse files Browse the repository at this point in the history
  • Loading branch information
lagunovsky committed Apr 26, 2024
1 parent 0a52771 commit 014672b
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 @@ -173,6 +173,7 @@ func InitFromConfig(ctx context.Context, p *Prover, cfg *Config) (err error) {
ProverPrivateKey: p.cfg.L1ProverPrivKey,
MinOptimisticTierFee: p.cfg.MinOptimisticTierFee,
MinSgxTierFee: p.cfg.MinSgxTierFee,
MinSgxAndZkVMTierFee: p.cfg.MinSgxAndZkVMTierFee,
MinEthBalance: p.cfg.MinEthBalance,
MinTaikoTokenBalance: p.cfg.MinTaikoTokenBalance,
MaxExpiry: p.cfg.MaxExpiry,
Expand Down

0 comments on commit 014672b

Please sign in to comment.