mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
increase penalty fee to security deposit
This commit is contained in:
parent
8ea556fa4f
commit
a16b03bb5c
11 changed files with 82 additions and 55 deletions
|
@ -1351,7 +1351,7 @@ message SignedOffer {
|
|||
int64 time_stamp = 1;
|
||||
string offer_id = 2;
|
||||
uint64 trade_amount = 3;
|
||||
uint64 maker_trade_fee = 4;
|
||||
uint64 penalty_amount = 4;
|
||||
string reserve_tx_hash = 5;
|
||||
string reserve_tx_hex = 6;
|
||||
repeated string reserve_tx_key_images = 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue