just for the sake of playing around and learn, I did an onchain transaction with the lowest fee possible and now I'm trying to use the
bumpfee command via cli as follow:lncli wallet bumpfee --sat_per_byte 6 txid:{index}
Considering
{index} as the set of numbers I get when checing the transaction on https://mempool.space/tx/{index}, I get an error message:[lncli] invalid hex-encoded txid txid
I assume the transaction ID
{index} I get as output of the transaction is already hex-encoded... What am I doing wrong?
d3c999e3c258e6c9808bfcd73d5910bc9a037ebdf22277b0397f8e3ed1f2628c?d3c999e3c258e6c9808bfcd73d5910bc9a037ebdf22277b0397f8e3ed1f2628c, where do I get theindexvalue? It's necessary to complete the Replace-By-Fee transaction?[lncli] outpoint should be of the form txid:index0or1, I tried the following:[lncli] rpc error: code = Unknown desc = the passed output does not belong to the wallet1:[lncli] rpc error: code = Unknown desc = invalid output index 2 for transaction with 2 outputsSo 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