+3
atproto/lexicon/cmd/lextool/net.go
+3
atproto/lexicon/cmd/lextool/net.go
+3
-1
atproto/repo/mst/node_insert.go
+3
-1
atproto/repo/mst/node_insert.go
···
66
66
}
67
67
68
68
// include "covering" proof for this operation
69
-
proveMutation(n, key)
69
+
if err := proveMutation(n, key); err != nil {
70
+
return nil, nil, err
71
+
}
70
72
71
73
if !split {
72
74
// TODO: is this really necessary? or can we just slices.Insert beyond the end of a slice?
+3
-1
atproto/repo/mst/node_remove.go
+3
-1
atproto/repo/mst/node_remove.go