| 1028 | } |
| 1029 | |
| 1030 | std::string COutput::ToString() const |
| 1031 | { |
| 1032 | return strprintf("COutput(%s, %d, %d) [%s]", outpoint.hash.ToString(), outpoint.n, depth, FormatMoney(txout.nValue)); |
| 1033 | } |
| 1034 | |
| 1035 | std::string GetAlgorithmName(const SelectionAlgorithm algo) |
| 1036 | { |
no test coverage detected