2
I would like to create a psbt using walletcreatefundedpsbt spending unconfirmed ouptputs. Is this possible?
When I call that RPC command with 0 confirmed balance but with sufficient unconfirmed outputs, I get an Insufficient funds error.
Thanks in advance!
Are the unconfirmed inputs from incoming outputs or change outputs? If they are incoming, Bitcoin Core will not select them for transactions. – Andrew Chow – 2019-07-14T04:38:23.897
Incoming. Is it true that Bitcoin Core's coin selection algorithm won't select unconfirmed incoming outputs in general? – justinmoon – 2019-07-14T05:24:16.637