XX-4110 / All users of ekv should be using kv.Exists() and not os.IsNotExists()
Compare changes
Files
13@@ -16,7 +16,6 @@ import (
@@ -122,7 +121,7 @@ func (s *Store) newOrLoadPreviousNegotiations() (map[id.ID]bool, error) {
@@ -132,7 +131,7 @@ func (s *Store) newOrLoadPreviousNegotiations() (map[id.ID]bool, error) {
@@ -272,7 +271,7 @@ func unmarshalPreviousNegotiationsV0(buf []byte) map[id.ID]struct{} {