You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 rollbacked, compilation succeeds.
Code missing to implement the current function ?
The text was updated successfully, but these errors were encountered:
ghost
changed the title
[on Build] error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment
[Pre-release][on Build] error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment
May 25, 2018
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: dirtybits/catalyst@c3b8c62
When rollbacked, compilation succeeds.
Code missing to implement the current function ?
The text was updated successfully, but these errors were encountered: