mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Guard reconcileDeposits with a dedicated mutex. Polling and block-driven reconciliation can overlap, so serialize the path before it updates confirmation data and active FSM state. |
||
|---|---|---|
| .. | ||
| actions.go | ||
| actions_test.go | ||
| deposit.go | ||
| fsm.go | ||
| fsm_test.go | ||
| interface.go | ||
| log.go | ||
| manager.go | ||
| manager_reconcile_test.go | ||
| manager_test.go | ||
| outpoint.go | ||
| outpoint_test.go | ||
| sql_store.go | ||
| sql_store_test.go | ||