Skip to content

Commit 49729cf

Browse files
committed
Don't set block.fees() in validate.
1 parent 9dd1d22 commit 49729cf

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
@@ -297,7 +297,7 @@ code chaser_validate::validate(bool bypass, const chain::block& block,
297297
return error::validate7;
298298

299299
// Valid must be set after set_prevouts and set_filter_body.
300-
if (!bypass && !query.set_block_valid(link, block.fees()))
300+
if (!bypass && !query.set_block_valid(link, 0 /* block.fees() */))
301301
return error::validate8;
302302

303303
return error::success;

0 commit comments

Comments
 (0)