Skip to content

Commit 024faac

Browse files
committed
Validate freeze for fees
1 parent 4d77ad2 commit 024faac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/full_node/blockchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,7 @@ async def _validate_transactions(
10891089
curr.height,
10901090
)
10911091
coinbases_since_fork[curr.header.data.coinbase.name()] = curr.height
1092+
coinbases_since_fork[curr.header.data.fees_coin.name()] = curr.height
10921093
curr = await self.store.get_block(curr.prev_header_hash)
10931094
assert curr is not None
10941095

0 commit comments

Comments
 (0)