| 33 | } |
| 34 | |
| 35 | std::string COutput::ToString(const CWallet& wallet) const |
| 36 | { |
| 37 | return strprintf("COutput(%s, %d, %d) [%s] [%s]", tx->GetHash().ToString(), i, nDepth, FormatMoney(tx->GetOutputValueOut(wallet, i)), tx->GetOutputAsset(wallet, i).GetHex()); |
| 38 | } |
| 39 | |
| 40 | // Helper for producing a max-sized low-S low-R signature (eg 71 bytes) |
| 41 | // or a max-sized low-S signature (e.g. 72 bytes) if use_max_sig is true |