Skip to content

Commit

Permalink
🔥 remove ISignatureValidator reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Oct 13, 2023
1 parent 752b564 commit 3941e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {UserOperation} from "@account-abstraction/contracts/interfaces/UserOpera
import {IBatchedSessionRouterModule} from "../interfaces/modules/IBatchedSessionRouterModule.sol";
import {IAuthorizationModule} from "../interfaces/IAuthorizationModule.sol";


/**
* @title Batched Session Router
* @dev Built to process executeBatch and executeBatch_y6U calls
Expand Down Expand Up @@ -129,7 +130,6 @@ contract BatchedSessionRouter is
}

/**
* @inheritdoc ISignatureValidator
* @dev isValidSignature according to BaseAuthorizationModule
* @param _dataHash Hash of the data to be validated.
* @param _signature Signature over the the _dataHash.
Expand Down

0 comments on commit 3941e63

Please sign in to comment.