Skip to content

Commit

Permalink
fix: getfaucet after unlocking wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstage committed Nov 6, 2024
1 parent d7dff5c commit a623fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/localServer/workers/utilities/utilV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const testPasscode = async (cmd) => {
await getAllProfileAssetsBalance()
await getAllReferrer()
await checkGuardianNodes()
getFaucet(CoNET_Data.profiles[0]);
await testFunction(cmd)
}

Expand Down

0 comments on commit a623fb6

Please sign in to comment.