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
When closing a position off-chain the position on the coordinator side remains in Closing and the following error message is printed:
{"timestamp":"2024-03-04T06:31:43.553790864Z","level":"ERROR","fields":{"message":"Failed to process DLC message: Can't close position as contract is not closed.","from":"022b4974acc5463dc4077bc4a028bed3163c3472c97fa542aef0cd9c86593533e7","kind":"ChannelSettleFinalize"},"target":"coordinator::node"}
{"timestamp":"2024-03-04T06:31:43.550611872Z","level":"ERROR","fields":{"message":"Can't close position as contract is not closed.","trader_id":"022b4974acc5463dc4077bc4a028bed3163c3472c97fa542aef0cd9c86593533e7","protocol_id":"ProtocolId(8a58e6eb-76f1-454c-abd1-8e2f0d63e284)"},"target":"coordinator::node"}
How to reproduce:
open new app
fund wallet
open position
generate blocks manually and wait for being able to close position
close position
check coordinator DB
Reproduce locally and on our regtest setup with node id: 022b4974acc5463dc4077bc4a028bed3163c3472c97fa542aef0cd9c86593533e7
The text was updated successfully, but these errors were encountered:
When closing a position off-chain the
position
on the coordinator side remains inClosing
and the following error message is printed:How to reproduce:
Reproduce locally and on our regtest setup with node id:
022b4974acc5463dc4077bc4a028bed3163c3472c97fa542aef0cd9c86593533e7
The text was updated successfully, but these errors were encountered: