[bisq-network/bisq] BSQ swaps: Low risk refactorings [2] (PR #5770)

chimp1984 notifications at github.com
Tue Nov 2 15:49:09 CET 2021


@chimp1984 commented on this pull request.



> @@ -184,7 +184,7 @@ public void onStartEditOffer(ErrorMessageHandler errorMessageHandler) {
     }
 
     public void onPublishOffer(ResultHandler resultHandler, ErrorMessageHandler errorMessageHandler) {
-        OfferPayload offerPayload = createAndGetOffer().getOfferPayload();
+        OfferPayload offerPayload = createAndGetOffer().getOfferPayload().orElseThrow();

It is the normal Bisq offer (not BSQ swap) the Optional is expected to be present as that class is not used by BSQ swap

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5770#discussion_r741142223
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211102/99b32870/attachment.htm>


More information about the bisq-github mailing list