From 0a31ce002c13bfb8362adcf24766625d67d42706 Mon Sep 17 00:00:00 2001 From: Sanjit Bhat Date: Mon, 23 Dec 2024 10:51:03 -0500 Subject: [PATCH] x --- kt/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kt/client.go b/kt/client.go index 5300885..775259b 100644 --- a/kt/client.go +++ b/kt/client.go @@ -108,6 +108,7 @@ func (c *Client) Put(pk []byte) (uint64, *ClientErr) { // e.g., first put: [M v1; NM v2]. second put: [M v2; NM v3]. // altho maybe selfmon wouldn't work bc can no longer say "up thru // this epoch". the latest epoch might change, as per the put allowance. + // note: doing this would simplify server spec. if dig.Epoch < c.nextEpoch { return 0, stdErr }