mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-28 16:47:25 -04:00
support reserving exact offer amount by splitting output
This commit is contained in:
parent
0bbb8a4183
commit
722b02f4c9
31 changed files with 424 additions and 173 deletions
|
@ -158,6 +158,7 @@ class GrpcOffersService extends OffersImplBase {
|
|||
req.getMinAmount(),
|
||||
req.getBuyerSecurityDepositPct(),
|
||||
req.getTriggerPrice(),
|
||||
req.getSplitOutput(),
|
||||
req.getPaymentAccountId(),
|
||||
offer -> {
|
||||
// This result handling consumer's accept operation will return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue