Hello everyone,
I opened up the following issue on github. Havent seen this one before with another coin.
https://github.com/novacoin-project/novacoin/issues/228Repair wallet shows all is well
novacoind repairwallet
{
"wallet check passed" : true
}
Rescan also had no effect
Here is the unspendable input in question
novacoind listunspent
[
{
"txid" : "93ef6167d4f1246f05ee0e65f92fac80b25ec2f8025d538d8a5d80351ff1f34f",
"vout" : 0,
"address" : "4SCy6zmrWMtUhMa9qbseo7RCTCo4c5CeFd",
"scriptPubKey" : "76a91489247075a87a815820de81d387735c831a8605c488ac",
"amount" : 0.09899900,
"confirmations" : 8,
"spendable" : true
}
]
It seems I just cant spend the input in its entirety
EDIT:
Creating a raw transaction also fails
novacoind createrawtransaction '[{"txid":"93ef6167d4f1246f05ee0e65f92fac80b25ec2f8025d538d8a5d80351ff1f34f","vout":0}]' '{"edited out for privacy":0.979}'
novacoind sendrawtransaction "edited out the signed rawtransaction"
error: {"code":-22,"message":"TX rejected"}
*edit #2*
Stupid typo. Raw transaction sent correctly
Still an issue with the getinfo calculation and not being able to spend it using sendtoaddress