mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
support local, stagenet, and mainnet xmr network configuration (#335)
remove btc wallet disable local zmq
This commit is contained in:
parent
b4112e50e9
commit
e2208355b1
74 changed files with 595 additions and 899 deletions
|
@ -703,11 +703,10 @@ message Arbitrator {
|
|||
string registration_signature = 4;
|
||||
bytes registration_pub_key = 5;
|
||||
PubKeyRing pub_key_ring = 6;
|
||||
bytes btc_pub_key = 7;
|
||||
string btc_address = 8;
|
||||
string email_address = 9;
|
||||
string info = 10;
|
||||
map<string, string> extra_data = 11;
|
||||
string xmr_address = 7;
|
||||
string email_address = 8;
|
||||
string info = 9;
|
||||
map<string, string> extra_data = 10;
|
||||
}
|
||||
|
||||
message Mediator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue