From 1731c65d7ed37a1e93da26cb96c8a120ee5ef3df Mon Sep 17 00:00:00 2001 From: Lugon LQ <48004924+lugondev@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:47:38 +0700 Subject: [PATCH] fix number list --- docs/src/guides/sat-hunting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/guides/sat-hunting.md b/docs/src/guides/sat-hunting.md index c6bf9cd50a..2a30999dad 100644 --- a/docs/src/guides/sat-hunting.md +++ b/docs/src/guides/sat-hunting.md @@ -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 @@ -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 \ @@ -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