We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d77ad2 commit 024faacCopy full SHA for 024faac
src/full_node/blockchain.py
@@ -1089,6 +1089,7 @@ async def _validate_transactions(
1089
curr.height,
1090
)
1091
coinbases_since_fork[curr.header.data.coinbase.name()] = curr.height
1092
+ coinbases_since_fork[curr.header.data.fees_coin.name()] = curr.height
1093
curr = await self.store.get_block(curr.prev_header_hash)
1094
assert curr is not None
1095
0 commit comments