Skip to content

Commit

Permalink
Struct packing
Browse files Browse the repository at this point in the history
  • Loading branch information
rrecuero committed Jan 7, 2024
1 parent 077dc3f commit 17cc6a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/interfaces/IKintoAppRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ interface IKintoAppRegistry {
/* ============ Structs ============ */

struct Metadata {
string name;
address developerWallet; // the address that deploys the wallet
bool dsaEnabled; // whether or not this application can request PII from users
address developerWallet; // 160 bits
bool dsaEnabled;
uint256 rateLimitPeriod;
uint256 rateLimitNumber; // in txs
uint256 gasLimitPeriod;
uint256 gasLimitCost; // in eth
string name;
}

/* ============ State Change ============ */
Expand Down

0 comments on commit 17cc6a6

Please sign in to comment.