Skip to content

Commit

Permalink
set withdrawal_count on rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Nov 13, 2023
1 parent d7f0498 commit a175fea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def reward_transaction(
result.asset_mint_or_burn_count = 0
result.redeemers = []
result.hash = None
result.withdrawal_count = 0
result.withdrawals = []
result.utxos = blockfrost.utils.Namespace()
result.utxos.inputs = []
Expand Down

0 comments on commit a175fea

Please sign in to comment.