Dump problem tx to temporary file when error happens. This allows developers to debug...
authorAmir Taaki <genjix@riseup.net>
Sun, 2 Sep 2012 17:11:21 +0000 (19:11 +0200)
committerAmir Taaki <genjix@riseup.net>
Sun, 2 Sep 2012 17:13:11 +0000 (19:13 +0200)
commit89a4045e3a377f68def0961f4ffc80fa1c552de1
tree7bbe59158a4faf2d82b514f4b402a16fddb12c0e
parent9c122c23eaaba712016a7d233ee0cdb35bb6f689
Dump problem tx to temporary file when error happens. This allows developers to debug failed transactions from users by having access to the raw tx dump to see what is wrong.

This would useful in the pro-mode GUI. There should be implemenation for the send method between both these GUIs rather than having their own copy-pasted version. Also the fee system needs fixing.
lib/gui_lite.py