This commit is contained in:
blackjok3r
2018-11-30 00:25:25 +08:00
parent 6f16da8472
commit 5552614eea

View File

@@ -456,6 +456,7 @@ class CTransactionExceptionData
CTransactionExceptionData() : scriptPubKey(), voutMask() {} CTransactionExceptionData() : scriptPubKey(), voutMask() {}
}; };
#ifdef SERVER
class CLaunchMap class CLaunchMap
{ {
public: public:
@@ -478,6 +479,7 @@ class CLaunchMap
} }
}; };
static CLaunchMap launchMap = CLaunchMap(); static CLaunchMap launchMap = CLaunchMap();
#endif
/** CCoinsView that adds a memory cache for transactions to another CCoinsView */ /** CCoinsView that adds a memory cache for transactions to another CCoinsView */
class CCoinsViewCache : public CCoinsViewBacked class CCoinsViewCache : public CCoinsViewBacked