Found these issues while trying to create, sign, and broadcast a raw transaction. * createrawtransaction was using old signature for Transaction constructor * Signwithwallet and decoderawtransaction need to call deserialize on tx before they can access inputs and outputs. (Maybe adding getInputs() and getOutputs() which deserializes if needed might be nicer) |
||
|---|---|---|
| .. | ||
| tests | ||
| wordlist | ||
| __init__.py | ||
| account.py | ||
| asn1tinydecoder.py | ||
| bitcoin.py | ||
| blockchain.py | ||
| bmp.py | ||
| commands.py | ||
| daemon.py | ||
| i18n.py | ||
| interface.py | ||
| mnemonic.py | ||
| msqr.py | ||
| network_proxy.py | ||
| network.py | ||
| old_mnemonic.py | ||
| paymentrequest_pb2.py | ||
| paymentrequest.proto | ||
| paymentrequest.py | ||
| plugins.py | ||
| qrscanner.py | ||
| ripemd.py | ||
| simple_config.py | ||
| socks.py | ||
| synchronizer.py | ||
| transaction.py | ||
| util.py | ||
| verifier.py | ||
| version.py | ||
| wallet.py | ||
| x509.py | ||