When trying to build with master branch on May 25th (After merging pull request):
error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment(const catalyst::api::BlockHeader&, catalyst::Height&, bool) const’
auto timestamps_window = get_tip_segment(prev_info, blocks_count, false);
When trying to build with master branch on May 25th (After merging pull request):
error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment(const catalyst::api::BlockHeader&, catalyst::Height&, bool) const’ auto timestamps_window = get_tip_segment(prev_info, blocks_count, false);
=> Related to src/Core/BlockChain.hpp See commit @row47: https://github.com/dirtybits/catalyst/commit/c3b8c62d345c14eb6de88e502efc91c73174a23c
When rollbacked, compilation succeeds. Code missing to implement the current function ?