1
0
Files
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
..
2015-04-11 11:41:02 -04:00
2015-02-24 19:32:59 +01:00
2015-05-08 17:47:04 +02:00
2015-04-30 17:33:29 +02:00
2015-05-05 21:00:35 +02:00
2015-05-08 09:31:45 +09:00
2015-04-24 21:26:08 +02:00
2015-05-02 16:26:27 +02:00