Skip to content

Commit

Permalink
fix: RPC result property for extension
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Oct 23, 2024
1 parent 3db3795 commit 6447ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum/MobileAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class MobileAdapter {
params: args.params,
});

return res.result;
return res;
}
}
}
Expand Down

0 comments on commit 6447ba5

Please sign in to comment.