Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk committed Sep 7, 2023
1 parent 94b12cd commit 0cb1a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/system-contracts/contracts/DefaultAccountNoSecurity.sol
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ contract DefaultAccountNoSecurity is IAccount {
}
}

/// @notice Validation that the ECDSA signature of the transaction is correct.
/// @notice TEST ONLY CODE - No validation is happening !
/// @param _hash The hash of the transaction to be signed.
/// @param _signature The signature of the transaction.
/// @return EIP1271_SUCCESS_RETURN_VALUE if the signaure is correct. It reverts otherwise.
/// @return EIP1271_SUCCESS_RETURN_VALUE Always - as this is TEST only code..
function _isValidSignature(bytes32 _hash, bytes memory _signature) internal view returns (bool) {

// WARNING - THIS IS TEST ONLY CODE
Expand Down

0 comments on commit 0cb1a9f

Please sign in to comment.