Skip to content

Commit 4e70f25

Browse files
committed
c
1 parent e6b5c3d commit 4e70f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/verifier/UserOpMultiSigVerifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ contract UserOpMultiSigVerifier is IVerifier, OnlyKeystore {
2222
}
2323

2424
struct SignatureCheck {
25+
bytes32 message;
2526
uint8 valid;
2627
uint8 invalid;
27-
bytes32 message;
2828
}
2929

3030
constructor(address aKeystore) OnlyKeystore(aKeystore) {}

0 commit comments

Comments
 (0)