Is this a bug? Should it be `!state.utxos.delete(rwtxn, &outpoint_key)?` (negation is missing). https://github.com/LayerTwo-Labs/plain-bitassets/blob/664d418f3523f96e8222999f9fec6686b7a0642d/lib/state/two_way_peg_data.rs#L779
Is this a bug? Should it be
!state.utxos.delete(rwtxn, &outpoint_key)?(negation is missing).plain-bitassets/lib/state/two_way_peg_data.rs
Line 779 in 664d418