anyone care to try to re-push the tx somehow
01000000019230ce51556db4aa00585cb169d1d09b28abca6eae6ac63c7c1b45645e179fc401000 0008b4830450221008e8a12c169ce28a8e43a5d59c78bf3d7ce392ae5da8ade76d7470430b56482 d202206241d68e400ba465668990d5c319415c28201bbd8da851d9c9814cd6e2b3651a014104572 2135b0e7aca6c5f63b1985b7258d29268692ffd99221a8e6b1af0b1ad943a72ec7633fb6ecfc543 9c1dbf10a490cdfdc2be265a6b086a600fc2263a3c1a86ffffffff02c1900200000000001976a91 4433b6bc44b5e8d37883a0e7038a79ad613fbbc3288ac3b800200000000001976a9145559eef599 61ecb7c0919ba4e66967875863a0f788ac00000000
it seems that blockchain.info's pushtx no longer functions right. instead of re-transmitting unconfirmed tx's, it is saying it already exists. (which it should only say that AFTER confirmation)
I checked whether the transaction is ok:
decoderawtransaction "01000000019230ce51556db4aa00585cb169d1d09b28abca6eae6ac63c7c1b45645e179fc4010000008b4830450221008e8a12c169ce28a8e43a5d59c78bf3d7ce392ae5da8ade76d7470430b56482d202206241d68e400ba465668990d5c319415c28201bbd8da851d9c9814cd6e2b3651a0141045722135b0e7aca6c5f63b1985b7258d29268692ffd99221a8e6b1af0b1ad943a72ec7633fb6ecfc5439c1dbf10a490cdfdc2be265a6b086a600fc2263a3c1a86ffffffff02c1900200000000001976a914433b6bc44b5e8d37883a0e7038a79ad613fbbc3288ac3b800200000000001976a9145559eef59961ecb7c0919ba4e66967875863a0f788ac00000000"
It appears to decode ok

{
"txid" : "c238d939b330b682abe1c729300636600254c23c67e1eea4e8daa9abc26dd2c5",
"version" : 1,
"locktime" : 0,
"vin" : [
{
"txid" : "c49f175e64451b7c3cc66aae6ecaab289bd0d169b15c5800aab46d5551ce3092",
"vout" : 1,
"scriptSig" : {
"asm" : "30450221008e8a12c169ce28a8e43a5d59c78bf3d7ce392ae5da8ade76d7470430b56482d202206241d68e400ba465668990d5c319415c28201bbd8da851d9c9814cd6e2b3651a01 045722135b0e7aca6c5f63b1985b7258d29268692ffd99221a8e6b1af0b1ad943a72ec7633fb6ecfc5439c1dbf10a490cdfdc2be265a6b086a600fc2263a3c1a86",
"hex" : "4830450221008e8a12c169ce28a8e43a5d59c78bf3d7ce392ae5da8ade76d7470430b56482d202206241d68e400ba465668990d5c319415c28201bbd8da851d9c9814cd6e2b3651a0141045722135b0e7aca6c5f63b1985b7258d29268692ffd99221a8e6b1af0b1ad943a72ec7633fb6ecfc5439c1dbf10a490cdfdc2be265a6b086a600fc2263a3c1a86"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.00168129,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 433b6bc44b5e8d37883a0e7038a79ad613fbbc32 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a914433b6bc44b5e8d37883a0e7038a79ad613fbbc3288ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"178VTVdTBQkptzaiCXZ3DDABt8NFqv3YWA"
]
}
},
{
"value" : 0.00163899,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 5559eef59961ecb7c0919ba4e66967875863a0f7 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a9145559eef59961ecb7c0919ba4e66967875863a0f788ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"18nJAzS2nzjjGNhEif5JbDQaKaXNtYt2fS"
]
}
}
]
}
When I do a sendrawtxransaction, I receive a code 18 bad-txns-inputs-spent message.