Skip to content

Commit

Permalink
change claim data creation in tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Bastin committed Oct 2, 2023
1 parent f2724d8 commit a0ebd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faucet/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def process_batch(self, batch_pk):
user_profile=receipt.user_profile,
wallet_type=batch.chain.chain_type,
).address,
"amount": receipt.amount,
"amount": int(receipt.amount),
}
for receipt in batch.claims.all()
]
Expand Down

0 comments on commit a0ebd60

Please sign in to comment.