Browse Source
We keep seeing this in the logs, after a final tx went in: ``` 2021-10-11 16:58:18 ERROR Could not find script in own state for txid b542cbc1920bdd926d79fb17377eda7152ed944ec64a1b09ce68dd11d9e7467e, ignoring ``` This happens because multiple transactions have the same script (e.g. CET, refund). Once the CET is final we remove it from monitoring, which results in the txid not being available when matching.refactor/no-log-handler
Daniel Karzel
3 years ago
committed by
Lucas Soriano del Pino
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue