mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-20 05:43:18 -04:00
add fields to SignedOffer: trade amount, maker fee, reserve tx miner fee
This commit is contained in:
parent
4dde53f0e8
commit
05b259bd55
4 changed files with 55 additions and 14 deletions
|
@ -1501,10 +1501,13 @@ message SignedOfferList {
|
|||
message SignedOffer {
|
||||
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;
|
||||
uint64 trade_amount = 3;
|
||||
uint64 maker_trade_fee = 4;
|
||||
string reserve_tx_hash = 5;
|
||||
string reserve_tx_hex = 6;
|
||||
repeated string reserve_tx_key_images = 7;
|
||||
uint64 reserve_tx_miner_fee = 8;
|
||||
string arbitrator_signature = 9;
|
||||
}
|
||||
|
||||
message OpenOffer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue