Skip to content

Commit c679bfc

Browse files
committed
Schedule v11, fix lint
1 parent 394cc7f commit c679bfc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

rocketpool/api/megapool/status.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func getStatus(c *cli.Context, finalizedState bool) (*api.MegapoolStatusResponse
4545
}
4646
var opts *bind.CallOpts
4747

48-
4948
if finalizedState {
5049
// We just need a non-nil opts for the next calls to use the finalized state
5150
opts = &bind.CallOpts{

shared/services/rewards/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const (
5656

5757
// Testnet intervals
5858
TestnetV10Interval uint64 = 0
59-
TestnetV11Interval uint64 = 9000 // TODO: schedule v11
59+
TestnetV11Interval uint64 = 140
6060
)
6161

6262
func GetMainnetRulesetVersion(interval uint64) uint64 {

0 commit comments

Comments
 (0)