We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685b05 commit 8187785Copy full SHA for 8187785
src/localnet.ts
@@ -52,9 +52,9 @@ export async function getOrCreateKmdWalletAccount(
52
const account = (await getKmdWalletAccount(walletAccount, algod, kmd))!
53
54
Config.logger.info(
55
- `Couldn't find existing account in Sandbox under name '${walletAccount.name}'; created account ${
56
- account.addr
57
- } with keys stored in KMD and funding with ${walletAccount.fundWith?.algos ?? 1000} ALGOs`,
+ `LocalNet account '${walletAccount.name}' doesn't yet exist; created account ${account.addr} with keys stored in KMD and funding with ${
+ walletAccount.fundWith?.algos ?? 1000
+ } ALGOs`,
58
)
59
60
// Fund the account from the dispenser
0 commit comments