mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-15 09:55:56 -04:00
trigger price handled as string, same as price
This commit is contained in:
parent
9d4ec0a532
commit
c2f5adac9b
23 changed files with 46 additions and 54 deletions
|
@ -486,7 +486,7 @@ message CreateOfferRequest {
|
|||
uint64 amount = 6 [jstype = JS_STRING];
|
||||
uint64 min_amount = 7 [jstype = JS_STRING];
|
||||
double buyer_security_deposit = 8;
|
||||
uint64 trigger_price = 9 [jstype = JS_STRING];
|
||||
string trigger_price = 9;
|
||||
string payment_account_id = 10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue