Skip to content

Commit

Permalink
fix: hardcode ss58format when Keyring is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVicente committed Aug 3, 2021
1 parent b60a864 commit 7bb11f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/Context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class Context {

if (passedKeyring) {
keyring = getCommonKeyring(passedKeyring);
ss58Format = undefined;
ss58Format = 12;
} else {
Context._addPair({
accountSeed,
Expand Down

0 comments on commit 7bb11f2

Please sign in to comment.