X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fkeystore.h;fp=src%2Fkeystore.h;h=4a1ce8538895e02339e1ecaa639f8228e8f9a9a7;hp=36149ba66bb2d8305e59b104d6bffcf5bf5a7649;hb=fd3e29de89dadb40606f9b5c258b673ba9f24798;hpb=dc0b8aa506012fbc9147b1eb15dc86f5cd19fedb diff --git a/src/keystore.h b/src/keystore.h index 36149ba..4a1ce85 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -8,7 +8,8 @@ #include "crypter.h" #include "sync.h" #include -#include + +#include class CScript; @@ -25,7 +26,7 @@ public: * * A CTxDestination is the internal data type encoded in a CBitcoinAddress. */ -typedef boost::variant CTxDestination; +using CTxDestination = std::variant; /** A virtual base class for key stores */ class CKeyStore