mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Change SignTransaction's input_errors to use bilingual_str
This commit is contained in:
parent
171366e89b
commit
92993aa5cf
12 changed files with 29 additions and 24 deletions
|
|
@ -3389,7 +3389,7 @@ RPCHelpMan signrawtransactionwithwallet()
|
|||
int nHashType = ParseSighashString(request.params[2]);
|
||||
|
||||
// Script verification errors
|
||||
std::map<int, std::string> input_errors;
|
||||
std::map<int, bilingual_str> input_errors;
|
||||
|
||||
bool complete = pwallet->SignTransaction(mtx, coins, nHashType, input_errors);
|
||||
UniValue result(UniValue::VOBJ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue