After forcibly closing the channel,an error log appears frequently. #10205
-
network:regtest This was a test of forcibly closing the channel that I conducted on the regtest network.After the channel was closed, the main funds were correctly returned to the wallet, but an error occurred every time a block was updated. Since the main funds have returned to the wallet, I don't think this is a serious problem. Just want to know if this issue would cause any other problems if multiple forced shutdown channels occurred, because the following error message seems to keep popping up. Error:
Then I discovered that in the transactions where the channels were closed, two outputs of 330sat were not utilized.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The 330 sat outpoints are called anchor outputs that allow fee bumping a commitment transaction in case a timeout on it is imminent. These outpoints aren't swept by your node since it would be uneconomical to do so, see #10117 |
Beta Was this translation helpful? Give feedback.
The 330 sat outpoints are called anchor outputs that allow fee bumping a commitment transaction in case a timeout on it is imminent. These outpoints aren't swept by your node since it would be uneconomical to do so, see #10117