File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package manager
33import (
44 "context"
55 "fmt"
6- "math/big"
76 "time"
87
98 "github.com/flare-foundation/go-flare-common/pkg/database"
@@ -69,10 +68,6 @@ func (m *Manager) Run(ctx context.Context) {
6968 }
7069
7170 for i := range signingPolicies {
72- if signingPolicies [i ].Policy .RewardEpochId .Cmp (big .NewInt (366 )) == 0 {
73- continue
74- }
75-
7671 if err := m .OnSigningPolicy (signingPolicies [i ]); err != nil {
7772 logger .Panic ("signing policy error:" , err )
7873 }
@@ -84,10 +79,6 @@ func (m *Manager) Run(ctx context.Context) {
8479 logger .Debug ("New signing policy received" )
8580
8681 for i := range signingPolicies {
87- if signingPolicies [i ].Policy .RewardEpochId .Cmp (big .NewInt (366 )) == 0 {
88- continue
89- }
90-
9182 err := m .OnSigningPolicy (signingPolicies [i ])
9283 if err != nil {
9384 logger .Error ("signing policy error:" , err )
You can’t perform that action at this time.
0 commit comments