mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-18 03:10:52 -04:00
deposit view shows base address and externally used addresses
update deposit view on new block avoid extra request to tx pool on deposit view init
This commit is contained in:
parent
c64131ced2
commit
9fffd74ddb
5 changed files with 111 additions and 57 deletions
|
@ -1308,6 +1308,7 @@ message XmrAddressEntry {
|
|||
RESERVED_FOR_TRADE = 4;
|
||||
MULTI_SIG = 5;
|
||||
TRADE_PAYOUT = 6;
|
||||
BASE_ADDRESS = 7;
|
||||
}
|
||||
|
||||
int32 subaddress_index = 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue