File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ contract TestValidateUserOp is SmartWalletTestBase {
105105 bytes [] memory calls = new bytes [](1 );
106106 calls[0 ] = abi.encodeWithSelector (UUPSUpgradeable.upgradeToAndCall.selector , emptyImplementation, "" );
107107
108- UserOperation memory userOp;
108+ PackedUserOperation memory userOp;
109109 userOp.nonce = account.REPLAYABLE_NONCE_KEY () << 64 ;
110110 userOp.callData = abi.encodeWithSelector (CoinbaseSmartWallet.executeWithoutChainIdValidation.selector , calls);
111111 userOp.signature =
@@ -125,7 +125,7 @@ contract TestValidateUserOp is SmartWalletTestBase {
125125 bytes [] memory calls = new bytes [](1 );
126126 calls[0 ] = abi.encodeWithSelector (UUPSUpgradeable.upgradeToAndCall.selector , validImplementation, "" );
127127
128- UserOperation memory userOp;
128+ PackedUserOperation memory userOp;
129129 userOp.nonce = account.REPLAYABLE_NONCE_KEY () << 64 ;
130130 userOp.callData = abi.encodeWithSelector (CoinbaseSmartWallet.executeWithoutChainIdValidation.selector , calls);
131131 userOp.signature =
You can’t perform that action at this time.
0 commit comments