aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2018-07-19 17:56:52 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2018-08-13 08:46:23 -0700
commit03a99586a398ee38f40c3b72d24c6a2ba4b88579 (patch)
tree01ee901a790cd5d2446e36bedc31aacbf92e2d91 /src/wallet/wallet.h
parent3b01efa0d1bf3d23d1b7b7e518849f1fc26314f9 (diff)
downloadbitcoin-03a99586a398ee38f40c3b72d24c6a2ba4b88579.tar.xz
Implement key origin lookup in CWallet
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 57b22c0e49..e9f6a45243 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -1211,6 +1211,8 @@ public:
LogPrintf(("%s " + fmt).c_str(), GetDisplayName(), parameters...);
};
+ /** Implement lookup of key origin information through wallet key metadata. */
+ bool GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& info) const override;
};
/** A key allocated from the key pool. */