Skip to content

Commit

Permalink
feat: Ethereum implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
theblockstalk committed May 14, 2024
1 parent a141c42 commit 92e09d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sdk/controllers/UserRequestsManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export class UserRequestsManager extends UserCommunication implements IUserReque
// Throws SdkErrors.DataQueryNoRowDataFound error if app does not exist
// which cannot happen in theory, as the user is already logged in

if (permission !== contract.toString())
throwError('Contract and permission do not match', SdkErrors.MismatchedParams);
// if (permission !== contract.toString())
// throwError('Contract and permission do not match', SdkErrors.MismatchedParams);

const signer = createKeyManagerSigner(this.keyManager, KeyManagerLevel.ACTIVE);

Expand Down

0 comments on commit 92e09d9

Please sign in to comment.