Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix pjs signer example
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Nov 12, 2022
1 parent 5c8384a commit 6c420bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/polkadot_js_signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ const root = C.extrinsic(T.westend)({
value: {
type: "transfer",
value: 12345n,
dest: {
type: "Id",
value: C.compat.multiAddressFromKeypair(T.bob),
},
dest: C.compat.multiAddressFromKeypair(T.bob),
},
},
})
Expand Down

0 comments on commit 6c420bd

Please sign in to comment.