1
1
I noticed a transaction whose spendable and solvable are both false, what does this mean and why?
{
"txid": "c940241a0ef626e865e2004bc120536fb7868d510115e923c76d5e658a97f6d5",
"vout": 0,
"address": "mnbFFLXUqTPBweLm6w1GA2ZAJQbrTndEGC",
"account": "",
"scriptPubKey": "76a9144d98b2350032c849ac6e6e7ad0eb88e00fd7fbff88ac",
"amount": 1.10000000,
"confirmations": 132,
"spendable": false,
"solvable": false
},
Is this means this utxo is invalid somehow so cannot spend it?
Also, this is on testnet.
Could you tell us how you produced this output? That doesn't look like a transaction to me, but rather like a transaction output with some added data. – Murch – 2017-11-22T03:36:11.080
sorry my bad word, i meant utxo, not entire transaction. I used
bitcoin-cli.exe -conf="${pwd}\bitcoin-testnet.conf" -testnet listunspentto list outputs in my local testnet node. – fluter – 2017-11-22T03:52:11.857i do not see anything strange with it. you can spend it with a private key of mnbFF... – amaclin – 2017-11-22T04:30:44.750