Hi there,
I’m trying to use the cert-issuer program to issue some certificates on the testnet but I get this error
raise UnableToSignTxError('Unable to sign transaction') cert_issuer.errors.UnableToSignTxError: Unable to sign transaction
The inputs generated before signing the transaction are:
inputs : [Spendable<325 mbtc "e92ddcc3f675bcde9724927f1ed05637251e1bc64ef902580a4a010cdc84da63:0" 0/0/0>]
The decoded transaction
{
"lock_time":0,
"size":128,
"inputs":[
{
"prev_out":{
"index":0,
"hash":"e92ddcc3f675bcde9724927f1ed05637251e1bc64ef902580a4a010cdc84da63"
},
"script":""
}
],
"version":1,
"vin_sz":1,
"hash":"750173e73e662706f5044222aa8b04ac7cfe968d177b457ad1e81631584a78ff",
"vout_sz":2,
"out":[
{
"script_string":"OP_DUP OP_HASH160 7c7b8163753242da521c5919a6f4cd9deb62658c OP_EQUALVERIFY OP_CHECKSIG",
"address":"1CMCk6U6dtTtozexvhw3SgZU55mVpTjw3b",
"value":32440000,
"script":"76a9147c7b8163753242da521c5919a6f4cd9deb62658c88ac"
},
{
"script_string":"OP_RETURN b592c04d71dc553b2835e353532e3439f353fd13d569b9ef8ce6183c98eb8530",
"value":0,
"script":"6a20b592c04d71dc553b2835e353532e3439f353fd13d569b9ef8ce6183c98eb8530"
}
]
}
UPDATE
I decided to use a different address and somehow it worked. I am not to sure why but it is something to look into.