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)
committerWladimir J. van der Laan <laanwj@gmail.com>
Wed, 28 Dec 2011 10:14:05 +0000 (11:14 +0100)
commit56c6e3696d0f8e222395be00f9e532412781b339
tree0e9a63c0a0e63ca2beafc4e954cb69bcddddc05f
parent625b56de6491170ad6a2e45c57d974fca6160750
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