im trying to send coins from my t-addr
{
“address” : “t1TRnqpWzDKAAQQ8dyL68iuioAaDR8PBNam”,
“account” : “”,
“amount” : 0.00478692,
“confirmations” : 136,
“txids” : [
“39d77ba3371a43580c13ae5ebae86b60666639c15734572fbd5deb9de2c6890b”,
“c82d504f2aa4df6e2284b240ed0b4615f17f034bf06cf662385914e729d3d351”,
“3f8f1beea6bb342ca92a5fd03754a732eba91528049f922d3a7738d9978ff657”
]
},
to another t addr and i get this:
./zcash-cli z_sendmany “t1TRnqpWzDKAAQQ8dyL68iuioAaDR8PBNam” “[{"address": "t1eYeHJKV6Ku9VzadpS8p1LDBeYXqQtRjvw", "amount": 0.0025}]”
and i get:
opid-68800021-da57-4c52-a1c1-ea8e58eb823e
then checking the status:
./zcash-cli z_getoperationstatus
[
{
“id” : “opid-68800021-da57-4c52-a1c1-ea8e58eb823e”,
“status” : “failed”,
“creation_time” : 1477951685,
“error” : {
“code” : -6,
“message” : “Could not find any non-coinbase UTXOs to spend.”
}
}
]
?