Skip to content

Commit 498542f

Browse files
committed
Use link vs. height with set_prevouts() stub.
1 parent c8b7b35 commit 498542f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chasers/chaser_validate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void chaser_validate::validate_block(const header_link& link) NOEXCEPT
240240
{
241241
ec = error::validate5;
242242
}
243-
else if (!query.set_prevouts(ctx.height, *block))
243+
else if (!query.set_prevouts(link, *block))
244244
{
245245
ec = error::validate6;
246246
}

0 commit comments

Comments
 (0)