Skip to content

Commit f73b45c

Browse files
committed
comment out tests
1 parent 399a2e2 commit f73b45c

File tree

3 files changed

+85
-607
lines changed

3 files changed

+85
-607
lines changed

packages/sdk/src/mintlayer-connect-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class MojitoAccountProvider implements AccountProvider {
152152

153153
async request(method: any, params: any) {
154154
if (typeof window !== 'undefined' && window.mojito?.request) {
155-
return window.mojito.request(params.method, params.params);
155+
return window.mojito.request(method, params);
156156
} else {
157157
throw new Error('Mojito extension not available');
158158
}

0 commit comments

Comments
 (0)