Browse Source
If we asked `bitcoind` for a txout and it failed we were not storing that information anywhere, meaning that when we see the channel announcement the next time we'd be reaching out to `lightningd` and `bitcoind` again, just to see it fail again. This adds an in-memory cache for these failures so we can just ignore these the next time around. Fixes #2503 Signed-off-by: Christian Decker <decker.christian@gmail.com>pr-2587
Christian Decker
6 years ago
committed by
Rusty Russell
2 changed files with 24 additions and 0 deletions
Loading…
Reference in new issue