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

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jul 5, 2023
1 parent 3b82aa1 commit aeb038e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testutils/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ func (s *ClientTestSuite) SetupTest() {
_, err = s.RpcClient.TaikoProverPoolL1.Stake(
proverOpts,
amt.Uint64(),
uint16(rewardPerGas),
uint16(capacity),
uint32(rewardPerGas),
capacity,
)
s.Nil(err)
}
Expand Down

0 comments on commit aeb038e

Please sign in to comment.