Skip to content

Commit fb915cc

Browse files
committed
revert syncing O
1 parent dd35754 commit fb915cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rdx/X.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package rdx
22

33
import (
44
hex2 "encoding/hex"
5+
56
"github.com/drpcorg/chotki/protocol"
67
)
78

@@ -170,7 +171,7 @@ func X2string(rdt byte, tlv []byte, new_val string, src uint64) (delta []byte) {
170171

171172
func Xdiff(rdt byte, tlv []byte, sendvv VV) (diff []byte) {
172173
switch rdt {
173-
case 'Y':
174+
case 'O', 'Y':
174175
diff = nil
175176
case 'F':
176177
diff = Fdiff(tlv, sendvv)

0 commit comments

Comments
 (0)