Browse Source

fix

pull/27/head
blackjok3r 6 years ago
parent
commit
caad5eaee1
  1. 2
      src/coins.h

2
src/coins.h

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

Loading…
Cancel
Save