Skip to content

Commit

Permalink
fix: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Grimal committed Sep 20, 2023
1 parent a06005a commit 81c2f5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/forge/EVMBundlerLocalTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ contract EVMBundlerLocalTest is LocalTest {

bytes32[] memory proof;

bytes[] memory zeroAddressdata = new bytes[](1);
bundle.push(abi.encodeCall(URDBundler.claim, (address(0), account, address(borrowableToken), claimable, proof)));

vm.prank(USER);
Expand Down

0 comments on commit 81c2f5c

Please sign in to comment.