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)
This commit is contained in:
Wladimir J. van der Laan
2011-12-28 11:14:05 +01:00
parent 625b56de64
commit 56c6e3696d
4 changed files with 32 additions and 34 deletions

View File

@@ -65,9 +65,9 @@ public:
Other,
Generated,
SendToAddress,
SendToIP,
SendToOther,
RecvWithAddress,
RecvFromIP,
RecvFromOther,
SendToSelf
};