Skip to content

Commit

Permalink
Merge pull request #4895 from chimp1984/fix-maker-removes-offer-task
Browse files Browse the repository at this point in the history
Remove checkNotNull for takerFeeTxId
  • Loading branch information
ripcurlx authored Dec 4, 2020
2 parents 5768124 + c04b95b commit c44eaa8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ protected void run() {
try {
runInterceptHook();

// Once the taker fee is published we remove our open offer
checkNotNull(trade.getTakerFeeTxId());
processModel.getOpenOfferManager().closeOpenOffer(checkNotNull(trade.getOffer()));

complete();
Expand Down

0 comments on commit c44eaa8

Please sign in to comment.