mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
trade completion fixes with payment key and multisig hex on confirmation
preserve peer multisig hex when arbitrator provides payment key process payment received using persistent, non-transient data payout_tx_published_msg represents payment_received_msg after payout update arbitrator's peer address on payout published schedule payment account key request after deposit request
This commit is contained in:
parent
c21ebe6a9d
commit
d698555c9a
11 changed files with 33 additions and 21 deletions
|
@ -461,9 +461,10 @@ message PaymentReceivedMessage {
|
|||
message PayoutTxPublishedMessage {
|
||||
string trade_id = 1;
|
||||
NodeAddress sender_node_address = 2;
|
||||
string uid = 3;
|
||||
SignedWitness signed_witness = 4;
|
||||
string signed_payout_tx_hex = 5;
|
||||
bool is_maker = 3;
|
||||
string uid = 4;
|
||||
SignedWitness signed_witness = 5;
|
||||
string signed_payout_tx_hex = 6;
|
||||
}
|
||||
|
||||
message ArbitratorPayoutTxRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue