mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge b1a672d158 into merged_master (Bitcoin PR bitcoin/bitcoin#22337)
This commit is contained in:
commit
a20c67310c
17 changed files with 92 additions and 80 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include <uint256.h>
|
||||
#include <util/check.h>
|
||||
#include <util/system.h>
|
||||
#include <util/translation.h>
|
||||
#include <util/ui_change_type.h>
|
||||
#include <wallet/context.h>
|
||||
#include <wallet/feebumper.h>
|
||||
|
|
@ -142,7 +143,7 @@ public:
|
|||
bool getNewDestination(const OutputType type, const std::string label, CTxDestination& dest, bool add_blinding_key = false) override
|
||||
{
|
||||
LOCK(m_wallet->cs_wallet);
|
||||
std::string error;
|
||||
bilingual_str error;
|
||||
return m_wallet->GetNewDestination(type, label, dest, error, add_blinding_key);
|
||||
}
|
||||
bool getPubKey(const CScript& script, const CKeyID& address, CPubKey& pub_key) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue