Skip to content

Commit

Permalink
Mention that wallet may not need to be loaded (ordinals#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 12, 2022
1 parent 4fd11a4 commit 6841837
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 6841837

Please sign in to comment.