mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user