dirtybits / catalystog

Catalyst (CST) is a new private, secure, and egalitarian cryptocurrency based on CryptoNote/Bytecoin protocols.
GNU Lesser General Public License v3.0
5 stars 0 forks source link

[Pre-release][on Build] src/Core/BlockChain.cpp - error: ‘header_cache’ was not declared in this scope #10

Closed ghost closed 6 years ago

ghost commented 6 years ago

Related to this commit: https://github.com/dirtybits/catalyst/commit/c3b8c62d345c14eb6de88e502efc91c73174a23c#diff-9154d2d721da3f53f81967b96e18be8d

Rows 105/106. After this change, header_cache is no longer declared for BlockChain.cpp.

dirtybits commented 6 years ago

As I'm basing this project off bytecoin, I imagine it's related to this: bcndev/bytecoin@e0e63e7 I'll be going though updating files to match theirs.

ghost commented 6 years ago

Are you looking into fixing this specifically, or basing it as much as possible to the current status of their project ?

ghost commented 6 years ago

Potential fix with migration thanks to pull request #12

dirtybits commented 6 years ago

Looks like that worked.