Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Dec 23, 2024
1 parent 2f6720b commit 0a31ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kt/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0a31ce0

Please sign in to comment.