Skip to content

Commit

Permalink
Merge pull request #14 from peaqnetwork/hotfix/remove-unused-vars
Browse files Browse the repository at this point in the history
Hotfix/removed unused vars
  • Loading branch information
irediaes authored Jan 13, 2025
2 parents 5d71000 + 79c0f75 commit 2804e7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/machine-station/MachineSmartAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ contract MachineSmartAccount is EIP712, AccessControl {
using SafeERC20 for IERC20;

address public owner;
// Batch call value
uint256[] batch_call_value;
uint64[] gas_limit_value;

bytes32 public constant MACHINE_STATION_ROLE = keccak256("MACHINE_STATION_ROLE");

Expand Down

0 comments on commit 2804e7b

Please sign in to comment.