Skip to content

Commit

Permalink
Use link vs. height with set_prevouts() stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jan 6, 2025
1 parent c8b7b35 commit 498542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chasers/chaser_validate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void chaser_validate::validate_block(const header_link& link) NOEXCEPT
{
ec = error::validate5;
}
else if (!query.set_prevouts(ctx.height, *block))
else if (!query.set_prevouts(link, *block))
{
ec = error::validate6;
}
Expand Down

0 comments on commit 498542f

Please sign in to comment.