flo-electrum/lib
mikeland86 0ec62c8f36 Fix createrawtransaction and missing deserialize()
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)
2015-05-13 14:57:34 +02:00
..
tests remove tests broken after WalletStorage update 2015-05-11 11:59:39 +02:00
wordlist
__init__.py
account.py
asn1tinydecoder.py
bitcoin.py
blockchain.py revert 175bfae9e6. store last known height in wallet instead 2015-05-08 13:43:42 +02:00
bmp.py
commands.py Fix createrawtransaction and missing deserialize() 2015-05-13 14:57:34 +02:00
daemon.py
i18n.py
interface.py typo 2015-05-08 17:47:04 +02:00
mnemonic.py
msqr.py
network_proxy.py restore network_proxy.get_local_height 2015-05-08 11:12:19 +02:00
network.py move interfaces maintenance to its own function 2015-05-08 20:13:18 +02:00
old_mnemonic.py
paymentrequest_pb2.py
paymentrequest.proto
paymentrequest.py
plugins.py
qrscanner.py
ripemd.py
simple_config.py revert 175bfae9e6. store last known height in wallet instead 2015-05-08 13:43:42 +02:00
socks.py
synchronizer.py
transaction.py
util.py do not timeout if interface is receiving data 2015-05-08 17:45:59 +02:00
verifier.py
version.py
wallet.py test if labels exist before loop. don't raise if a label cannot be converted 2015-05-11 11:55:26 +02:00
x509.py