Skip to content

Commit aa4bcbb

Browse files
committed
rewards: Update EventLiquidityRewardsNewEpoch
1 parent 3a8ef52 commit aa4bcbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/rewards/rewards.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "github.com/centrifuge/go-substrate-rpc-client/v4/types"
55
// These are the events for the `liquidity-rewards` pallet.
66

77
type EpochChanges struct {
8-
Duration types.Option[types.U32]
8+
Duration types.Option[types.U64]
99
Reward types.Option[types.U128]
1010
Weights []EpochWeights
1111
Currencies []EpochCurrencies
@@ -23,7 +23,7 @@ type EpochCurrencies struct {
2323

2424
type EventLiquidityRewardsNewEpoch struct {
2525
Phase types.Phase
26-
EndsOn types.U32
26+
EndsOn types.U64
2727
Reward types.U128
2828
LastChanges EpochChanges
2929
Topics []types.Hash

0 commit comments

Comments
 (0)