Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lanmeng656 committed Mar 8, 2024
1 parent ccca48a commit c484911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/control-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ export default class ControlBase {
const allAccounts = await web3Accounts();
allAccounts.forEach((t) => {
// t.setSS58Format(11330);
t.address = this.formatAccountId(t.address);
t.sourAddress = t.address;
t.address = this.formatAccountId(t.address);
});
return allAccounts;
}
Expand Down

0 comments on commit c484911

Please sign in to comment.