Hi All,
I am using the Python RPC from https://github.com/jgarzik/python-bitcoinrpc.git for an atomic transaction
When I use appendrawexchange I am getting the below error:
bitcoinrpc.authproxy.JSONRPCException: -8: Missing inputs; Input: 0, txid: a872954bcbd1827ca3da854d7b0c37aac54a1709928ce2b0d6eed89426621ab1, vout:
The command I have used is rpc_connection.appendrawexchange(<hex blob>,txnid,v_out,json.loads(asset))
Could anyone help me understand the error?
Note: The same command works well in the Interactive Console
TIA