mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 1d89fc695a into merged_master (Bitcoin PR bitcoin/bitcoin#25324)
This commit is contained in:
commit
98c5ad9be1
25 changed files with 83 additions and 30 deletions
|
|
@ -5,9 +5,11 @@
|
|||
#include <util/error.h>
|
||||
|
||||
#include <tinyformat.h>
|
||||
#include <util/system.h>
|
||||
#include <util/translation.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
bilingual_str TransactionErrorString(const TransactionError err)
|
||||
{
|
||||
switch (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue