We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d6eb1 commit 16652a9Copy full SHA for 16652a9
src/wallet/scriptpubkeyman.h
@@ -148,17 +148,6 @@ class CKeyPool
148
}
149
};
150
151
-class KeyIDHasher
152
-{
153
-public:
154
- KeyIDHasher() {}
155
-
156
- size_t operator()(const CKeyID& id) const
157
- {
158
- return id.GetUint64(0);
159
- }
160
-};
161
162
/*
163
* A class implementing ScriptPubKeyMan manages some (or all) scriptPubKeys used in a wallet.
164
* It contains the scripts and keys related to the scriptPubKeys it manages.
0 commit comments