Skip to content

Commit

Permalink
add parseJsonData option for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Jun 23, 2023
1 parent 706bcee commit 97526ce
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 13 deletions.
6 changes: 6 additions & 0 deletions app/core/RPCMethods/RPCMethodMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ export const getRpcMethodMiddleware = ({
},
req,
'V3',
{
parseJsonData: false,
},
);

res.result = rawSig;
Expand Down Expand Up @@ -580,6 +583,9 @@ export const getRpcMethodMiddleware = ({
},
req,
'V4',
{
parseJsonData: false,
},
);

res.result = rawSig;
Expand Down
Loading

0 comments on commit 97526ce

Please sign in to comment.