From 054b34731d0c0a51210307ca4058267ed362a8ed Mon Sep 17 00:00:00 2001 From: Simon Mcloughlin Date: Tue, 12 Nov 2024 12:01:38 +0000 Subject: [PATCH] add new status --- Sources/KukaiCoreSwift/Models/BakingBad/TzKTBaker.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/KukaiCoreSwift/Models/BakingBad/TzKTBaker.swift b/Sources/KukaiCoreSwift/Models/BakingBad/TzKTBaker.swift index ff34a1f..d4018df 100644 --- a/Sources/KukaiCoreSwift/Models/BakingBad/TzKTBaker.swift +++ b/Sources/KukaiCoreSwift/Models/BakingBad/TzKTBaker.swift @@ -11,6 +11,7 @@ import Foundation public enum TzKTBakerStatus: String, Codable { case active case closed + case notResponding = "not_responding" } /// Object to denote the the setting parameters of the baker. Can be used seperately for both delegation and staking