Skip to content

Commit

Permalink
forgot await
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed Sep 18, 2023
1 parent f7f35a2 commit e6ddb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export async function importWallet({
);
// Errors are handled within the above function, so there's no need for an 'else' here, just silent ignore.
if (!publicKey) {
wallet.setMasterKey(null);
await wallet.setMasterKey(null);
return;
}

Expand Down

0 comments on commit e6ddb9e

Please sign in to comment.