diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_chat_history_binary.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_chat_history_binary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/tests/test_chat_history_binary.py b/packages/meshbay-node/tests/test_chat_history_binary.py index 18efbf5..e2397a0 100644 --- a/packages/meshbay-node/tests/test_chat_history_binary.py +++ b/packages/meshbay-node/tests/test_chat_history_binary.py @@ -10,7 +10,7 @@ possible place to look for a wire-format error. The fix keeps plaintext exactly where it has always been (a string in `payload`, which older clients read) and gives ciphertext its own `ct` field. -That way this is not a compatibility break either — `docs/chat-sender-keys.md` +That way this is not a compatibility break either — `docs/MESHBAY_DESIGN.md` §4.5 R3. """ |