| 79 | }; |
| 80 | |
| 81 | std::string COutput::ToString() const |
| 82 | { |
| 83 | return strprintf("COutput(%s, %d, %d) [%s]", tx->GetHash().ToString(), i, nDepth, FormatMoney(tx->vout[i].nValue)); |
| 84 | } |
| 85 | |
| 86 | class CAffectedKeysVisitor : public boost::static_visitor<void> { |
| 87 | private: |
no test coverage detected