Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit c1a6f60

Browse files
committed
Fix missing "officialwallets" coin inclusion
1 parent a735ffd commit c1a6f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stai/consensus/block_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def create_foliage(
178178
constants.GENESIS_CHALLENGE,
179179
)
180180
assert curr.header_hash == prev_transaction_block.header_hash
181-
reward_claims_incorporated += [pool_coin, farmer_coin]
181+
reward_claims_incorporated += [pool_coin, farmer_coin, officialwallets_coin]
182182

183183
if curr.height > 0:
184184
curr = blocks.block_record(curr.prev_hash)

0 commit comments

Comments
 (0)