Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Sep 5, 2023
1 parent 2543d0b commit 4e663d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/examples/wallet/getting-started.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Wallet, CoinType, WalletOptions, Utils } from '@iota/sdk';
// Run with command:
// yarn run-example ./wallet/getting-started.ts

// A name to associate with the created account.
// The database path.
const WALLET_DB_PATH = 'getting-started-db';

// A name to associate with the created account.
Expand Down

0 comments on commit 4e663d5

Please sign in to comment.