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] rpc_api_serialization.cpp:479:33: error: ‘catalyst::api::catalyst’ has not been declared #9

Closed ghost closed 6 years ago

ghost commented 6 years ago

On June 04th, when building with current source, including the get_tip_segment rollback (Issue #7) and configuring the Catalyst_Network (Issue #8), the following error is faced:

rpc_api_serialization.cpp:479:33: error: ‘catalyst::api::catalyst’ has not been declared.

Issue has been identified and fix is on the way (Rows 479 and 480 of rpc_api_serialization.cpp needs to be updated)

ghost commented 6 years ago

Fixed in Pull Request #11