You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[error("Invalid KES Signature OCert: Current KES Period={}, KES Start Period={}, Expected Evolutions={}, Max KES Evolutions={}, Error Message={}", current_kes_period, kes_start_period, expected_evolutions, max_kes_evolutions, error_message)]
279
+
InvalidKesSignatureOcert{
280
+
current_kes_period:u64,
281
+
kes_start_period:u64,
282
+
expected_evolutions:u64,
283
+
max_kes_evolutions:u64,
284
+
error_message:String,
285
+
},
286
+
/// No counter found for this key hash (not a stake pool or genesis delegate)
287
+
#[error("No Counter For Key Hash OCert: Pool ID={}", hex::encode(pool_id))]
0 commit comments