We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was hoping to prevent ord from spending certain of my utxos by running lockunspent on them but it spent them anyway.
lockunspent
The code in index.rs calls listlockunspent to get a list of the locked utxos so it can spend them.
index.rs
listlockunspent
Why does it do that?
The text was updated successfully, but these errors were encountered:
Fixed in #2618.
Sorry, something went wrong.
No branches or pull requests
I was hoping to prevent ord from spending certain of my utxos by running
lockunspent
on them but it spent them anyway.The code in
index.rs
callslistlockunspent
to get a list of the locked utxos so it can spend them.Why does it do that?
The text was updated successfully, but these errors were encountered: