We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I'm getting duplicated UTXOs from a derivation scheme as follows:
{ "trackedSource": "DERIVATIONSCHEME:2-of-tpub1-tpub2-tpub3", "derivationStrategy": "2-of-tpub1-tpub2-tpub3", "currentHeight": 8469, "unconfirmed": { "utxOs": [], "spentOutpoints": [] }, "confirmed": { "utxOs": [ { "feature": "Deposit", "outpoint": "73bad666d0dbfaf40c7b8e7706efbb01b2eaaa5cedbe5f82f411883444d5dc0b00000000", "index": 0, "transactionHash": "0bdcd544348811f4825fbeed5caaeab201bbef06778e7b0cf4fadbd066d6ba73", "scriptPubKey": "00209614d6c2b23b1a63b020401b36036c9b93a949a37aadcfaa8dc604dd1b1ac59d", "redeem": "5221022094238b674398076df0f8edd221d9fc2a63aea1ffc67799d22b0d477fda78be21022794926398642c6d54effbbdd290db2e40c8ef5594353d9e6d3d6a008b11aad72103afdcf962376fb534b87b5c0bd015c66132b0b46ea6087d0c613dc44f6040373553ae", "value": 2000000000, "keyPath": "0/7", "timestamp": 1658834458, "confirmations": 4410 }, { "feature": "Deposit", "outpoint": "73bad666d0dbfaf40c7b8e7706efbb01b2eaaa5cedbe5f82f411883444d5dc0b00000000", "index": 0, "transactionHash": "0bdcd544348811f4825fbeed5caaeab201bbef06778e7b0cf4fadbd066d6ba73", "scriptPubKey": "00209614d6c2b23b1a63b020401b36036c9b93a949a37aadcfaa8dc604dd1b1ac59d", "redeem": "5221022094238b674398076df0f8edd221d9fc2a63aea1ffc67799d22b0d477fda78be21022794926398642c6d54effbbdd290db2e40c8ef5594353d9e6d3d6a008b11aad72103afdcf962376fb534b87b5c0bd015c66132b0b46ea6087d0c613dc44f6040373553ae", "value": 2000000000, "keyPath": "0/7", "timestamp": 1658834458, "confirmations": 4410 } ], "spentOutpoints": [] } }
I did wipe all the tx using /utxos/wipe and then /utxos/scan and it appeared again
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I'm getting duplicated UTXOs from a derivation scheme as follows:
I did wipe all the tx using /utxos/wipe and then /utxos/scan and it appeared again
The text was updated successfully, but these errors were encountered: