Merge pull request #4868
2c2cc5dRemove some unnecessary c_strs() in logging and the GUI (Philip Kaufmann)f7d0a86netbase: Use .data() instead of .c_str() on binary string (Wladimir J. van der Laan)
This commit is contained in:
@@ -44,7 +44,7 @@ struct CompareValueOnly
|
||||
|
||||
std::string COutput::ToString() const
|
||||
{
|
||||
return strprintf("COutput(%s, %d, %d) [%s]", tx->GetHash().ToString(), i, nDepth, FormatMoney(tx->vout[i].nValue).c_str());
|
||||
return strprintf("COutput(%s, %d, %d) [%s]", tx->GetHash().ToString(), i, nDepth, FormatMoney(tx->vout[i].nValue));
|
||||
}
|
||||
|
||||
const CWalletTx* CWallet::GetWalletTx(const uint256& hash) const
|
||||
|
||||
Reference in New Issue
Block a user