Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Dec 6, 2023
1 parent 64fc40a commit a707c20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/SimpleBatchCall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ contract SimpleBatchCall is LockAndBatchCall {
bool settleUsingTransfer; // If true, sends the underlying ERC20s.
}

mapping(address locker => mapping(Currency currency => int256 currencyDelta)) public currencyDelta;

/// @notice We naively settle all currencies that are touched by the batch call. This data is passed in intially to `execute`.
function _settle(address sender, bytes memory data) internal override returns (bytes memory settleData) {
if (data.length != 0) {
Expand Down

0 comments on commit a707c20

Please sign in to comment.