RPCAuthorized(…)
and bitcoin-tx
.
RPCAuthorized(…)
and bitcoin-tx
.
766@@ -767,9 +767,7 @@ static std::string readStdin()
767 if (ferror(stdin))
768 throw std::runtime_error("error reading stdin");
769
770- boost::algorithm::trim_right(ret);
771-
772- return ret;
773+ return TrimString(ret);
Agree fully with sipa.
I’ve discussed localization extensively with various people in the project and IIRC I’ve never seen anyone except Luke make the claim that something other than Qt GUI should be localized.
Luke, is that your perception as well that you’re representing a non-consensus opinion with regards to non-Qt GUI localization?
To be clear: having a contrarian opinion is obviously perfectly fine – I love contrarians :)
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
No conflicts as of last run.