Skip to content

Commit 0c844c6

Browse files
chore: fix wrong field name in returned data (#2710)
Signed-off-by: joemicky <joemickychang@outlook.com> Co-authored-by: Ryan Lee <ryan@parity.io>
1 parent 875a585 commit 0c844c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/light-client-extension-helpers/src/content-script/content-script-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const adaptLegacyToExtensionMessageToRpcMessage = (
213213
) => {
214214
return {
215215
id: `legacy:${msg.type}:${msg.id}`,
216-
orign: msg.origin,
216+
origin: msg.origin,
217217
method: msg.type,
218218
params:
219219
msg.type === "getChains"

0 commit comments

Comments
 (0)