mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-26 20:30:55 +01:00
Fix proto field index
This commit is contained in:
parent
a1debd8070
commit
5027c861e3
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ message BundleOfEnvelopes {
|
|||
// get data
|
||||
|
||||
message PreliminaryGetDataRequest {
|
||||
int32 nonce = 21;
|
||||
int32 nonce = 1;
|
||||
repeated bytes excluded_keys = 2;
|
||||
repeated int32 supported_capabilities = 3;
|
||||
string version = 4;
|
||||
|
|
Loading…
Add table
Reference in a new issue