mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-12 08:30:45 -04:00
filter offers with spent or duplicate funds using key images
reserve tx does not remain in arbitrator pool
This commit is contained in:
parent
b9228585c7
commit
6798630dfc
18 changed files with 166 additions and 71 deletions
|
@ -177,7 +177,8 @@ message SignOfferRequest {
|
|||
string reserve_tx_hash = 8;
|
||||
string reserve_tx_hex = 9;
|
||||
string reserve_tx_key = 10;
|
||||
string payout_address = 11;
|
||||
repeated string reserve_tx_key_images = 11;
|
||||
string payout_address = 12;
|
||||
}
|
||||
|
||||
message SignOfferResponse {
|
||||
|
@ -940,6 +941,7 @@ message OfferPayload {
|
|||
|
||||
NodeAddress arbitrator_node_address = 1001;
|
||||
string arbitrator_signature = 1002;
|
||||
repeated string reserve_tx_key_images = 1003;
|
||||
}
|
||||
|
||||
message AccountAgeWitness {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue