Description
Syncing a wallet from scratch with kyoto for incoming tx and running
gives
bdkpython.bdk.CalculateFeeError.MissingTxOut: out_points=[<bdkpython.bdk.OutPoint object at 0x716388266390>, <bdkpython.bdk.OutPoint object at 0x716388264e00>]
Steps to reproduce
On Signet, pip install bdkpython==2.0.0. Sync the following wallet with kyoto:
descriptor = "wpkh([d61bc696/84'/1'/0']tpubDCZsFxoXd76ZFhGHa9FMCJ6jf9drQeqrWcYdpb18nXfsYe2YeTkvXVB6iT2AXz5E5sSWxf1G1W3Sf7ehsMdmXEHTL8ogWZYkLA3DY8FRr98/<0;1>/*)#76zcgt8z"
scan_type = bdk.ScanType.RECOVERY(from_height=0)
After successful sync running
for the incoming tx https://mempool.space/signet/tx/7792eff9b668b1ffb47779c1cec7cb7c9e929d5b066e2eebfa37432121322ef8 causes this error.
Script to reproduce issue
Download minimal_cbf_sync.py and run
python minimal_cbf_sync.py --network signet --recovery-height 269700 "wpkh([d61bc696/84'/1'/0']tpubDCZsFxoXd76ZFhGHa9FMCJ6jf9drQeqrWcYdpb18nXfsYe2YeTkvXVB6iT2AXz5E5sSWxf1G1W3Sf7ehsMdmXEHTL8ogWZYkLA3DY8FRr98/0/*)" "wpkh([d61bc696/84'/1'/0']tpubDCZsFxoXd76ZFhGHa9FMCJ6jf9drQeqrWcYdpb18nXfsYe2YeTkvXVB6iT2AXz5E5sSWxf1G1W3Sf7ehsMdmXEHTL8ogWZYkLA3DY8FRr98/1/*)"
Tagging @ValuedMammal @thunderbiscuit @rustaceanrob
Description
Syncing a wallet from scratch with kyoto for incoming tx and running
gives
Steps to reproduce
On
Signet,pip install bdkpython==2.0.0. Sync the following wallet with kyoto:After successful sync running
for the incoming tx https://mempool.space/signet/tx/7792eff9b668b1ffb47779c1cec7cb7c9e929d5b066e2eebfa37432121322ef8 causes this error.
Script to reproduce issue
Download minimal_cbf_sync.py and run
Tagging @ValuedMammal @thunderbiscuit @rustaceanrob