mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-12 16:35:37 -04:00
Change network version to avoid connecting to bisq nodes (#275)
Co-authored-by: l0nelyc0w <coinrunner@danwin1210.me>
This commit is contained in:
parent
435051f204
commit
00765d7b32
70 changed files with 142 additions and 135 deletions
|
@ -14,7 +14,7 @@ option java_multiple_files = true;
|
|||
|
||||
// Those are messages sent over wire
|
||||
message NetworkEnvelope {
|
||||
int32 message_version = 1;
|
||||
string message_version = 1;
|
||||
oneof message {
|
||||
PreliminaryGetDataRequest preliminary_get_data_request = 2;
|
||||
GetDataResponse get_data_response = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue