mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +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
|
|
@ -294,7 +294,7 @@ CMutableTransaction TestChain100Setup::CreateValidMempoolTransaction(CTransactio
|
|||
input_coins.insert({outpoint_to_spend, utxo_to_spend});
|
||||
// - Default signature hashing type
|
||||
int nHashType = SIGHASH_ALL;
|
||||
std::map<int, std::string> input_errors;
|
||||
std::map<int, bilingual_str> input_errors;
|
||||
assert(SignTransaction(mempool_txn, &keystore, input_coins, nHashType, input_errors));
|
||||
|
||||
// If submit=true, add transaction to the mempool.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue