We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe40f3e + 4ec0f99 commit a0fb5d7Copy full SHA for a0fb5d7
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