Skip to content

Commit

Permalink
fix bug in lxly background task
Browse files Browse the repository at this point in the history
  • Loading branch information
prettyirrelevant committed Aug 31, 2023
1 parent 9bd117a commit 71d30d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/bridgebloc/apps/conversions/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def get_lxly_merkle_proofs() -> None:
merkle_proof_client = get_merkle_proof_client(step.conversion.source_chain)
result = merkle_proof_client.get_merkle_proof(
deposit_count=step.metadata['deposit_count'],
origin_id=step.conversion.destination_chain.to_lxly_domain(),
origin_id=step.conversion.source_chain.to_lxly_domain(),
)
step.status = TokenConversionStepStatus.SUCCESSFUL
step.save()
Expand Down

0 comments on commit 71d30d2

Please sign in to comment.