Skip to content

Commit fbe98c6

Browse files
authored
docs: use canonical PackedUserOperation field names
1 parent 8631702 commit fbe98c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/account-abstraction.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ struct PackedUserOperation {
1818
uint256 nonce;
1919
bytes initCode; // concatenation of factory address and factoryData (or empty)
2020
bytes callData;
21-
bytes32 accountGasLimits; // concatenation of verificationGas (16 bytes) and callGas (16 bytes)
21+
bytes32 accountGasLimits; // concatenation of verificationGasLimit (16 bytes) and callGasLimit (16 bytes)
2222
uint256 preVerificationGas;
23-
bytes32 gasFees; // concatenation of maxPriorityFee (16 bytes) and maxFeePerGas (16 bytes)
23+
bytes32 gasFees; // concatenation of maxPriorityFeePerGas (16 bytes) and maxFeePerGas (16 bytes)
2424
bytes paymasterAndData; // concatenation of paymaster fields (or empty)
2525
bytes signature;
2626
}

0 commit comments

Comments
 (0)