This commit is contained in:
blackjok3r
2018-11-30 00:32:20 +08:00
parent 5552614eea
commit caad5eaee1

View File

@@ -456,7 +456,6 @@ class CTransactionExceptionData
CTransactionExceptionData() : scriptPubKey(), voutMask() {} CTransactionExceptionData() : scriptPubKey(), voutMask() {}
}; };
#ifdef SERVER
class CLaunchMap class CLaunchMap
{ {
public: public:
@@ -479,7 +478,6 @@ 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