Commit 3c810889 authored by Wladimir J. van der Laan's avatar Wladimir J. van der Laan
Browse files

Merge pull request #4680

a381ee5d Remove unnecessary typedef and script.h include (jtimon)
parents 926601fe 6e13be9b
Showing with 0 additions and 9 deletions
+0 -9
......@@ -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
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment