Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 89193f7

Browse files
committed
add pool type data to partner csv
1 parent 5aeee01 commit 89193f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fee_allocator/fee_allocator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ def generate_partner_csv(
324324
"partner": alliance_pool.partner,
325325
"amount": partner_fee,
326326
"target": member.multisig_address,
327+
"pool_type": "core" if core_pool else "non-core"
327328
})
328329

329330

0 commit comments

Comments
 (0)