mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge b7702bd546 into merged_master (Bitcoin PR bitcoin/bitcoin#25943)
This commit is contained in:
commit
c222787622
9 changed files with 111 additions and 19 deletions
|
|
@ -33,6 +33,8 @@ bilingual_str TransactionErrorString(const TransactionError err)
|
|||
return Untranslated("Specified sighash value does not match value stored in PSBT");
|
||||
case TransactionError::MAX_FEE_EXCEEDED:
|
||||
return Untranslated("Fee exceeds maximum configured by user (e.g. -maxtxfee, maxfeerate)");
|
||||
case TransactionError::MAX_BURN_EXCEEDED:
|
||||
return Untranslated("Unspendable output exceeds maximum configured by user (maxburnamount)");
|
||||
case TransactionError::EXTERNAL_SIGNER_NOT_FOUND:
|
||||
return Untranslated("External signer not found");
|
||||
case TransactionError::EXTERNAL_SIGNER_FAILED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue