Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily...
authorWladimir J. van der Laan <laanwj@gmail.com>
Wed, 28 Dec 2011 10:14:05 +0000 (11:14 +0100)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 4 Jan 2012 06:09:09 +0000 (01:09 -0500)
commit45099b19daea9b78bf9823fab8d930211f738d7d
treed58cacb416764e8ce25161f426d3c139c681f60d
parentfb88f1cc97d52d8cd5bc49169a1bcd4df735fc52
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es

- Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther",
 (IP tx'es are so rare they can be put together with funky EV_EVAL scripts)
src/qt/transactionrecord.cpp
src/qt/transactionrecord.h
src/qt/transactiontablemodel.cpp
src/qt/transactionview.cpp