Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Allred
crown-core
Commits
3c810889
Commit
3c810889
authored
10 years ago
by
Wladimir J. van der Laan
Browse files
Options
Download
Plain Diff
Merge pull request #4680
a381ee5d
Remove unnecessary typedef and script.h include (jtimon)
parents
926601fe
6e13be9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/keystore.h
+0
-9
src/keystore.h
with
0 additions
and
9 deletions
+0
-9
src/keystore.h
View file @
3c810889
...
...
@@ -8,21 +8,12 @@
#include "key.h"
#include "sync.h"
#include "script.h" // for CNoDestination
#include <boost/signals2/signal.hpp>
#include <boost/variant.hpp>
class
CScript
;
/** A txout script template with a specific destination. It is either:
* * CNoDestination: no destination set
* * CKeyID: TX_PUBKEYHASH destination
* * CScriptID: TX_SCRIPTHASH destination
* A CTxDestination is the internal data type encoded in a CBitcoinAddress
*/
typedef
boost
::
variant
<
CNoDestination
,
CKeyID
,
CScriptID
>
CTxDestination
;
/** A virtual base class for key stores */
class
CKeyStore
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help