-
I see reference to this question in #1137 but just wanted some clarity on the steps required in order to ensure that a wallet holding inscriptions can safely send BTC without sending any existing inscriptions? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
raphjaph
Feb 7, 2023
Replies: 1 comment 2 replies
-
If you use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
casey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use
ord wallet
it will ensure that none of your inscriptions are sent unless explicitly specified. If you drop down intobitcoin-cli
to send then you will most likely accidentally send ordinals becausebitcoin-cli
is not ordinal aware. There are some open issues to address this though: #1269 and #1147