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
UTXO (407482c3c7ddf72dc5c76d71437ec2e55cb9925f205923f90d91883ec476afd1:5) confirmed in block 866023, remains csv locked.
I had been running my node with a nix-bitcoin deployment, with the clboss plugin running. My clightning service was down for multiple months. After restarting the service I had this UTXO that is CSV locked.
After passing this command:
lightning-cli withdraw -k "destination"="
This is well past the CSV of 1, it's 14,000 blocks old!
I wonder if this could be caused by the old bug where we could miss a tx?
Try restarting your node with 'developer' (either --developer on the command line or "developer" in a config file). Then do "lightning-cli dev-rescan-outputs". Please report back if that works?
Issue and Steps to Reproduce
UTXO (407482c3c7ddf72dc5c76d71437ec2e55cb9925f205923f90d91883ec476afd1:5) confirmed in block 866023, remains csv locked.
I had been running my node with a nix-bitcoin deployment, with the clboss plugin running. My clightning service was down for multiple months. After restarting the service I had this UTXO that is CSV locked.
After passing this command:
" "satoshi"="all" "utxos"='["407482c3c7ddf72dc5c76d71437ec2e55cb9925f205923f90d91883ec476afd1:5"]'lightning-cli withdraw -k "destination"="
It gives this error:
{
"code": -32602,
"message": "UTXO 407482c3c7ddf72dc5c76d71437ec2e55cb9925f205923f90d91883ec476afd1:5 is csv locked (1)"
}
getinfo
output"id": "037b4613ef226825a57f0741b4573e92c272e49325cb46ec64a18c3f6ac4d0fd12",
"alias": "CHILLYSET",
"color": "037b46",
"num_peers": 9,
"num_pending_channels": 0,
"num_active_channels": 0,
"num_inactive_channels": 7,
"address": [
{
"type": "torv3",
"address": "sgtkmqkclhc4zpat3ohi6hqu6e6xruonglhwfzbodxu5k7idguy4raqd.onion",
"port": 9735
}
],
"binding": [
{
"type": "ipv4",
"address": "127.0.0.1",
"port": 9735
}
],
"version": "v24.11",
"blockheight": 879403,
"network": "bitcoin",
"fees_collected_msat": 3485627,
"lightning-dir": "/var/lib/clightning/bitcoin",
"our_features": {
"init": "08a0880a8a59a1",
"node": "88a0880a8a59a1",
"channel": "",
"invoice": "02000002024100"
}
}
The text was updated successfully, but these errors were encountered: