Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Dec 8, 2023
1 parent 99c3016 commit dd13c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

wallet = Wallet(WalletOptions(storage_path=os.environ.get('WALLET_DB_PATH')))

# Sync account with the node
# Get the implicit account address
address = wallet.implicit_account_creation_address()
print(f'Fund the following address: {address}')

0 comments on commit dd13c19

Please sign in to comment.