Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dbsync): filter tx collaterals by Lovelace #2725

Merged
merged 1 commit into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. fix(dbsync): filter tx collaterals by Lovelace

    Updated the `check_tx_collaterals` function to filter transaction
    collaterals by Lovelace. This change ensures that only collateral UTxOs
    with Lovelace are considered, while multi-assets in collateral inputs
    are not yet supported.
    
    TODO: Add support for multi-assets in collateral inputs.
    mkoura committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5704308 View commit details
    Browse the repository at this point in the history