You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this branch of rgb-sandbox and trying to execute a transfer that needs to spend two allocations from the same UTXO, the PSBT ends up containing the same input twice.
No, this is unrelated to #13. It seems the issue is in RGB wallet and not in BP wallet. @nicbus can you please open the same issue and copy-paste this content into https://github.com/RGB-WG/rgb?
Using this branch of rgb-sandbox and trying to execute a transfer that needs to spend two allocations from the same UTXO, the PSBT ends up containing the same input twice.
The unspents before the transfer come up as:
The
vin
section of the PSBT contains:Trying to broadcast the transaction (via bitcoind
sendrawtransaction
) fails with thebad-txns-inputs-duplicate
error.This might be worth looking into together with #13, which is also about input selection.
The text was updated successfully, but these errors were encountered: