mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
Update the funding manager callback and helper signatures to depend on the chanstate OpenChannel type instead of the channeldb alias. The funding manager already receives channel persistence through the chanstate Store interface, so this keeps its open-channel boundary aligned with the backend-independent package. |
||
|---|---|---|
| .. | ||
| aux_funding.go | ||
| batch.go | ||
| batch_test.go | ||
| commitment_type_negotiation.go | ||
| commitment_type_negotiation_test.go | ||
| config_integration.go | ||
| interfaces.go | ||
| log.go | ||
| manager.go | ||
| manager_test.go | ||