From f5587877d9a8a75cd4970a409825812b432fd7d2 Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Tue, 19 Nov 2024 15:21:09 +0500 Subject: [PATCH] Rename cluster `validated` era to `paid` --- blockchain/pallets/ddcclusters.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blockchain/pallets/ddcclusters.go b/blockchain/pallets/ddcclusters.go index 777e033..04bb26a 100644 --- a/blockchain/pallets/ddcclusters.go +++ b/blockchain/pallets/ddcclusters.go @@ -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 {