Skip to content

Commit

Permalink
Merge pull request #80 from morpho-org/feat/my-summary-position-simul…
Browse files Browse the repository at this point in the history
…ated-data

fix(Bulker): Fix approval accounting
  • Loading branch information
julien-devatom authored Aug 9, 2023
2 parents 11e5bb0 + 9a23651 commit 59d127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/txHandler/Bulker.TxHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ export default class BulkerTxHandler
}
);
}
const permit2Approval = userData.stEthData.permit2Approval;
const permit2Approval = userMarketData.permit2Approval;
if (permit2Approval.eq(constants.MaxUint256)) return data;
return new MorphoAaveV3DataHolder(
marketsConfigs,
Expand Down

0 comments on commit 59d127d

Please sign in to comment.