Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Jan 17, 2024
1 parent bc04e46 commit abc20f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup/internal/controller/sender/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func NewSender(ctx context.Context, config *config.SenderConfig, priv *ecdsa.Pri
sender := &Sender{
ctx: ctx,
config: config,
gethClient: gethclient.New(rpcClient),
client: client,
chainID: chainID,
auth: auth,
Expand Down

0 comments on commit abc20f2

Please sign in to comment.