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: fix handling of creating faux transaction for recovered outputs #3959

Merged

Commits on Mar 25, 2022

  1. fix: fix handling of creating faux transaction for recovered outputs

    There existed a bug in the UTXO scanner that if a block had multiple outputs in it it would assign a single TxId for all the output but try import a separate faux transaction for each output. After the first output the rest would be rejected as duplicated outputs.
    
    This PR updates the OMS scanning process to produce a unique TxId per output to avoid this issue.
    philipr-za committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    278e7cc View commit details
    Browse the repository at this point in the history
  2. test fix

    philipr-za committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ae5e299 View commit details
    Browse the repository at this point in the history
  3. test fix

    philipr-za committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    07c624f View commit details
    Browse the repository at this point in the history