mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
KeyPeerId fixes
This commit is contained in:
parent
d5233fc418
commit
3def39b702
6 changed files with 147 additions and 113 deletions
|
@ -209,7 +209,7 @@ message StoreDiffResponse {
|
|||
}
|
||||
|
||||
message StoreKeyValue {
|
||||
string key = 1;
|
||||
string keyPeerId = 1;
|
||||
bytes value = 2;
|
||||
bytes identitySignature = 3;
|
||||
bytes peerSignature = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue