We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a960ddb commit 26172e5Copy full SHA for 26172e5
packages/daimo-common/src/paymaster.ts
@@ -13,7 +13,7 @@ export type ChainGasConstants = {
13
/* Estimated fee in dollars (2 digits after decimal) */
14
estimatedFee: number;
15
16
- /* Actually paymasterAndData, named for for <=1.3.5 backcompat. */
+ /* Actually paymasterAndData, named for <=1.3.5 backcompat. */
17
paymasterAddress: Hex;
18
};
19
0 commit comments