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 typo on recent commit to sat hunting page #3668

Merged
merged 4 commits into from
Apr 29, 2024
Merged
Changes from 2 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
9 changes: 5 additions & 4 deletions docs/src/guides/sat-hunting.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ button to display the descriptor.

### Transferring Ordinals

The `ord` wallet supports transferring specific satoshis. You can also use
`bitcoin-cli` commands `createrawtransaction`, `signrawtransactionwithwallet`,
and `sendrawtransaction`, how to do so is complex and outside the scope of this
guide.
The `ord` wallet supports transferring specific satoshis by using the
name of the satoshi with the `ord wallet send` command. You can also use the
cryptoni9n marked this conversation as resolved.
Show resolved Hide resolved
`bitcoin-cli` commands `createrawtransaction`, `signrawtransactionwithwallet`,
and `sendrawtransaction`, but this method can be complex and is outside the
scope of this guide.