aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
diff options
context:
space:
mode:
authorfurszy <matiasfurszyfer@protonmail.com>2024-02-02 17:45:26 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2024-02-03 12:56:43 -0300
commit2bb25ce5023c4d56c8b11e9c75f9f8bd69894452 (patch)
tree4bbe3c4421efc08bc9758fe1ff02062245d8bc60 /src/wallet/db.h
parenta11585692e72cac468fb1496ea2c30e4c07f73e5 (diff)
downloadbitcoin-2bb25ce5023c4d56c8b11e9c75f9f8bd69894452.tar.xz
wallet: remove unused 'accept_no_keys' arg from decryption process
The wallet decryption process (CheckDecryptionKey() and Unlock()) contains an arg 'accept_no_keys,' introduced in #13926, that has never been used. Additionally, this also removes the unimplemented SplitWalletPath function.
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r--src/wallet/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/db.h b/src/wallet/db.h
index c263f54144..084fcadc24 100644
--- a/src/wallet/db.h
+++ b/src/wallet/db.h
@@ -20,7 +20,6 @@ class ArgsManager;
struct bilingual_str;
namespace wallet {
-void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_filename);
class DatabaseCursor
{