mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 712cab3a8f into merged_master (Bitcoin PR bitcoin/bitcoin#31061)
This commit is contained in:
commit
c5cac8efa2
24 changed files with 125 additions and 471 deletions
|
|
@ -1,10 +1,11 @@
|
|||
// Copyright (c) 2022 The Bitcoin Core developers
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
#include <util/translation.h>
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
// Define G_TRANSLATION_FUN symbol in libbitcoinkernel library so users of the
|
||||
// library aren't required to export this symbol
|
||||
extern const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;
|
||||
extern const TranslateFn G_TRANSLATION_FUN{nullptr};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue