Skip to content

Commit

Permalink
Remove unnecessary typedef and script.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimon committed Aug 12, 2014
1 parent 8b11d3d commit a381ee5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/keystore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit a381ee5

Please sign in to comment.