wallet: Avoid translating RPC errors when creating txs

Also, mark feebumper bilingual_str as Untranslated

They are technical and have previously not been translated either.
It is questionable whether they can even appear in the GUI.
This commit is contained in:
MarcoFalke
2020-04-18 15:18:17 -04:00
parent fae51a5c6f
commit fae7776690
9 changed files with 95 additions and 90 deletions

View File

@@ -516,7 +516,7 @@ public:
CTransactionRef tx;
CAmount fee;
int changePos = -1;
std::string error;
bilingual_str error;
CCoinControl dummy;
{
BOOST_CHECK(wallet->CreateTransaction({recipient}, tx, fee, changePos, error, dummy));