ord
ord copied to clipboard
ord inscribe goes out of its way to spend my locked utxos
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
calls listlockunspent
to get a list of the locked utxos so it can spend them.
Why does it do that?