Skip to content

Commit d184438

Browse files
committed
build
1 parent a1bc872 commit d184438

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/taiko-client/pkg/rpc/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"os"
77
"time"
88

9+
"github.com/cenkalti/backoff/v4"
910
"github.com/ethereum/go-ethereum/accounts/abi/bind"
1011
"github.com/ethereum/go-ethereum/common"
1112
"github.com/ethereum/go-ethereum/log"

packages/taiko-client/prover/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func NewConfigFromCliContext(c *cli.Context) (*Config, error) {
112112
return nil, errors.New("--prover.l2NodeVersion flag is required if guardian prover is set")
113113
}
114114
}
115-
115+
116116
if !c.IsSet(flags.GuardianProverMajority.Name) && !c.IsSet(flags.RaikoHostEndpoint.Name) {
117117
return nil, errors.New("empty raiko host endpoint")
118118
}

0 commit comments

Comments
 (0)