Skip to content

Commit

Permalink
🎨 removed returndata (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Nov 8, 2023
1 parent c72eb99 commit 2e355ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/BiconomyTokenPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ contract BiconomyTokenPaymaster is
feeReceiver,
charge
);
(bool success, bytes memory returndata) = address(feeToken).call(
(bool success,) = address(feeToken).call(
_data
);
if (!success) {
Expand Down

0 comments on commit 2e355ea

Please sign in to comment.