mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
Loop now guards all static-address managers against zero block heights: each constructor returns an error when invoked with a non-positive current height, and `loopd` validates the height from `GetInfo` before instantiating them. Tests and helper code were updated accordingly so we fail fast instead of registering chain notifications with invalid hints. |
||
|---|---|---|
| .. | ||
| interface.go | ||
| log.go | ||
| manager.go | ||
| manager_test.go | ||
| sql_store.go | ||
| sql_store_test.go | ||
| withdrawal.go | ||