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

Commit

Permalink
Rename cluster validated era to paid
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Nov 19, 2024
1 parent 9f764de commit f558787
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blockchain/pallets/ddcclusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (
)

type Cluster struct {
ClusterId ClusterId
ManagerId types.AccountID
ReserveId types.AccountID
Props ClusterProps
Status ClusterStatus
LastValidatedEraId DdcEra
ClusterId ClusterId
ManagerId types.AccountID
ReserveId types.AccountID
Props ClusterProps
Status ClusterStatus
LastPaidEra DdcEra
}

type ClusterProps struct {
Expand Down

0 comments on commit f558787

Please sign in to comment.