Version: 22.0
I am trying to check if the input 0647b5d109a17cec1a8ef0daaba1a2fa7c149be90378dc6558a69bfd7a5a3c61:7 exists in the utxo set.
So I ran
bitcoin-cli utxoupdatepsbt "cHNidP8BAFIBAAAAAWE8Wnr9m6ZYZdx4A+mbFHz6oqGr2vCOGux8oQnRtUcGBwAAAAD/////AQDh9QUAAAAAFgAU2p9ek8b0XqED4coMbbrJsdkrWzEAAAAAAAAA"
But the returned PSBT show me that witness_utxo is not set.
I would expect it to be filled.
How can I query the utxoset to know if an utxo has been spent?