forked from bisq-network/bisq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change is to tidy up the code supporting createoffer functionality. * Delete an unused, extra createOffer(...) method in CoreApi that takes an offerId argument. * Delete a comment that should not have been added in the first place from grpc.proto. * Change the CreateOfferReply return type from bool to string (offerId). After createoffer impl is completed, CreateOfferReply should return a proto containing important offer details. * Change GrpcOffersService's CreateOfferReply ID field value = "todo". Note: this change will be part of a new createoffer PR, but not these particular comments.
- Loading branch information
Showing
3 changed files
with
3 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters