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 Polar, I created multiple channel open with 0conf utxos without creating a block. Whats weird tho: getLockedUtxos always returns an empty list [] even though the channel funding txs for sure use a utxo. lncli wallet listleases also returns an empty list.
On the other hand, getUtxos returns the correct utxos and hides the once that are used by the funding txs.
Do I missunderstand "locked utxos"?
The text was updated successfully, but these errors were encountered:
Using Polar, I created multiple channel open with 0conf utxos without creating a block. Whats weird tho:
getLockedUtxos
always returns an empty list[]
even though the channel funding txs for sure use a utxo.lncli wallet listleases
also returns an empty list.On the other hand,
getUtxos
returns the correct utxos and hides the once that are used by the funding txs.Do I missunderstand "locked utxos"?
The text was updated successfully, but these errors were encountered: