Skip to content

Commit e896555

Browse files
committed
Adapt to database get_strong_fork() name change.
1 parent e1e48f2 commit e896555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chasers/chaser_confirm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void chaser_confirm::do_bumped(height_t) NOEXCEPT
164164

165165
// Compares candidate branch work to confirmed (above fork point).
166166
bool strong{};
167-
if (!query.get_strong(strong, work, fork_point))
167+
if (!query.get_strong_fork(strong, work, fork_point))
168168
{
169169
fault(error::confirm3);
170170
return;

0 commit comments

Comments
 (0)