Skip to content

Commit

Permalink
AA-419: Rename fields
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Aug 19, 2024
1 parent 0feebee commit 0ac9ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/interfaces/IRip7560Transaction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ struct RIP7560Transaction {
bytes paymasterData;
address deployer;
bytes deployerData;
bytes callData;
bytes signature;
bytes executionData;
bytes authorizationData;
}

0 comments on commit 0ac9ff0

Please sign in to comment.