mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-20 05:43:18 -04:00
add date and key images to SignedOffer
arbitrator retains failed trades after reserve tx received legacy ui shows trade details including reserve tx, with or w/o contract fix npe searching arbitrator tickets due to null payment accounts synchronize offer book list items fix npe before key image poller initialized
This commit is contained in:
parent
882f1c070a
commit
a0235c8ebd
8 changed files with 194 additions and 153 deletions
|
@ -1509,10 +1509,12 @@ message SignedOfferList {
|
|||
}
|
||||
|
||||
message SignedOffer {
|
||||
string offer_id = 1;
|
||||
string reserve_tx_hash = 2;
|
||||
string reserve_tx_hex = 3;
|
||||
string arbitrator_signature = 4;
|
||||
int64 time_stamp = 1;
|
||||
string offer_id = 2;
|
||||
string reserve_tx_hash = 3;
|
||||
string reserve_tx_hex = 4;
|
||||
repeated string reserve_tx_key_images = 5;
|
||||
string arbitrator_signature = 6;
|
||||
}
|
||||
|
||||
message OpenOffer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue