Skip to content

Commit

Permalink
Merge pull request zcash#78 from ZclassicCommunity/build_fix_win32_linux
Browse files Browse the repository at this point in the history
Build fix win32 linux
  • Loading branch information
OlivHamil committed Jul 6, 2023
2 parents e6a7ef1 + f9ccee6 commit 4ab80aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/zcbenchmarks.cpp
Expand Up @@ -454,11 +454,9 @@ double benchmark_increment_sapling_note_witnesses(size_t nTxs)
// This class is based on the class CCoinsViewDB, but with limited functionality.
// The construtor and the functions `GetCoins` and `HaveCoins` come directly from
// CCoinsViewDB, but the rest are either mocks and/or don't really do anything.

// The following constant is a duplicate of the one found in txdb.cpp
static const char DB_COINS = 'c';

class FakeCoinsViewDB : public CCoinsView {
// The following constant is a duplicate of the one found in txdb.cpp
static const char DB_COINS = 'c';

CDBWrapper db;

Expand Down

0 comments on commit 4ab80aa

Please sign in to comment.