mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 20:24:24 -04:00
support additional info on all offers
This commit is contained in:
parent
a6af1550a4
commit
6c6c6e2dd5
45 changed files with 367 additions and 204 deletions
|
@ -156,6 +156,7 @@ class GrpcOffersService extends OffersImplBase {
|
|||
req.getPaymentAccountId(),
|
||||
req.getIsPrivateOffer(),
|
||||
req.getBuyerAsTakerWithoutDeposit(),
|
||||
req.getExtraInfo(),
|
||||
offer -> {
|
||||
// This result handling consumer's accept operation will return
|
||||
// the new offer to the gRPC client after async placement is done.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue