| 89 | }; |
| 90 | |
| 91 | class CNoDestination { |
| 92 | public: |
| 93 | friend bool operator==(const CNoDestination &a, const CNoDestination &b) { return true; } |
| 94 | friend bool operator<(const CNoDestination &a, const CNoDestination &b) { return true; } |
| 95 | }; |
| 96 | |
| 97 | struct PKHash : public BaseHash<uint160> |
| 98 | { |
no outgoing calls