We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9202d5c commit 4805cb4Copy full SHA for 4805cb4
1 file changed
src/qt/blockbrowser.cpp
@@ -275,7 +275,7 @@ std::string getInputs(const std::string &txid)
275
double amount = convertCoins(wtxPrev.vout[vin.prevout.n].nValue);
276
277
std::ostringstream ss_amount;
278
- ss << std::fixed << std::setprecision(4) << amount;
+ ss_amount << std::fixed << std::setprecision(4) << amount;
279
280
str.append(addressSource.ToString());
281
str.append(": ");
0 commit comments