Skip to content

Commit

Permalink
chore: fix updating wrong status
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujia6139 committed May 31, 2023
1 parent 533c103 commit 17ca359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/protocol/libraries/logic/PoolExtendedLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ library PoolExtendedLogic {
totalETH += (request.bidingPrice - request.marketPlaceFee);

// update request status
delete ps._blurExchangeRequestStatus[requestHash];
delete ps._acceptBlurBidsRequestStatus[requestHash];

//burn ntoken
burnUserNToken(
Expand Down

0 comments on commit 17ca359

Please sign in to comment.