mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 08:08:25 +00:00
Merge pull request #4680
a381ee5
Remove unnecessary typedef and script.h include (jtimon)
This commit is contained in:
commit
a63e86e01d
@ -8,21 +8,12 @@
|
|||||||
|
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "sync.h"
|
#include "sync.h"
|
||||||
#include "script.h" // for CNoDestination
|
|
||||||
|
|
||||||
#include <boost/signals2/signal.hpp>
|
#include <boost/signals2/signal.hpp>
|
||||||
#include <boost/variant.hpp>
|
#include <boost/variant.hpp>
|
||||||
|
|
||||||
class CScript;
|
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 */
|
/** A virtual base class for key stores */
|
||||||
class CKeyStore
|
class CKeyStore
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user