Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention that wallets do not need to be loaded after being created #953

Merged
merged 3 commits into from
Dec 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/src/guides/inscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ bitcoin-cli -signet createwallet ord
Loading the Bitcoin Core Wallet
-------------------------------

Bitcoin Core wallets must be loaded before the can be used with `ord`. To load
your wallet, run:
Bitcoin Core wallets must be loaded before they can be used with `ord`. Wallets
are loaded automatically after being created, so you do not need to load your
wallet if you just created it. Otherwise, run:

```
bitcoin-cli -signet loadwallet ord
Expand Down