ok this make much more sense, thank you for the clarification.
so if the txid is d3c999e3c258e6c9808bfcd73d5910bc9a037ebdf22277b0397f8e3ed1f2628c, where do I get the index value? It's necessary to complete the Replace-By-Fee transaction?
If I try without index I get the this error:
[lncli] outpoint should be of the form txid:index
Ok, then! The transaction I'm playing with has only two outputs so, assuming the index will be equal to0 or 1, I tried the following:
and get a new error:
[lncli] rpc error: code = Unknown desc = the passed output does not belong to the wallet
Ok, first fail, let's try with index 1:
lnshell
and I get the below as output in the cli:
{
}
[lncli] rpc error: code = Unknown desc = invalid output index 2 for transaction with 2 outputs
So now I don't know... did it went through? I check the mempool and look's it didn't
Ok, let's try with index equal 2
lnshell
[lncli] rpc error: code = Unknown desc = invalid output index 2 for transaction with 2 outputs
The empty brackets means you successfully tried the rbf(replace by fee). It doesn’t mean it’s confirmed or not but it’s now in the mempool with the higher fee.
d3c999e3c258e6c9808bfcd73d5910bc9a037ebdf22277b0397f8e3ed1f2628c
, where do I get theindex
value? It's necessary to complete the Replace-By-Fee transaction?[lncli] outpoint should be of the form txid:index
0
or1
, I tried the following:[lncli] rpc error: code = Unknown desc = the passed output does not belong to the wallet
1
:[lncli] rpc error: code = Unknown desc = invalid output index 2 for transaction with 2 outputs
So now I don't know... did it went through? I check the mempool and look's it didn't2
[lncli] rpc error: code = Unknown desc = invalid output index 2 for transaction with 2 outputs