Skip to content

Commit

Permalink
fix: remove unnecessary name property
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffledex committed Feb 27, 2020
1 parent 506787f commit d036fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polymesh.ts
Expand Up @@ -52,7 +52,7 @@ export class Polymesh {
} else if (keyring) {
context = await Context.create({
polymeshApi,
keyring: keyring,
keyring,
});
} else if (accountUri) {
context = await Context.create({
Expand Down

0 comments on commit d036fca

Please sign in to comment.