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

Commit

Permalink
abi change
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jul 26, 2023
1 parent f31c2e6 commit 707ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (s *ClientTestSuite) SetupTest() {
minStakePerCapacity, err := s.RpcClient.TaikoProverPoolL1.MINSTAKEPERCAPACITY(nil)
s.Nil(err)

capacity, err := s.RpcClient.TaikoProverPoolL1.MAXCAPACITYLOWERBOUND(nil)
capacity, err := s.RpcClient.TaikoProverPoolL1.MINCAPACITY(nil)
s.Nil(err)

amt := new(big.Int).Mul(big.NewInt(int64(minStakePerCapacity)), big.NewInt(int64(capacity)))
Expand Down

0 comments on commit 707ee9e

Please sign in to comment.