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

Fix number list #3248

Merged
merged 1 commit into from
Mar 8, 2024
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
6 changes: 3 additions & 3 deletions docs/src/guides/sat-hunting.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ your wallet of funds.
bitcoin-cli getwalletinfo
```

7. Display your wallet's rare ordinals:
6. Display your wallet's rare ordinals:

```sh
ord wallet sats
Expand Down Expand Up @@ -200,7 +200,7 @@ those multiple descriptors into Bitcoin Core.
bitcoin-cli loadwallet foo-watch-only
```

4. Now import the descriptors, with the correct checksums, into Bitcoin Core.
5. Now import the descriptors, with the correct checksums, into Bitcoin Core.

```sh
bitcoin-cli \
Expand All @@ -222,7 +222,7 @@ those multiple descriptors into Bitcoin Core.
instead of `0`. This will reduce the time it takes for Bitcoin Core to
search for your wallet's UTXOs.

5. Check that everything worked:
6. Check that everything worked:

```sh
bitcoin-cli getwalletinfo
Expand Down
Loading