mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
This commit adds a new itest case to check the race condition found in issue #7401. In order to control the funding manager's state, a new dev config for the funding manager is introduced to specify a duration we should hold before processing remote node's channel_ready message. A new development config, `DevConfig` is introduced in `lncfg` and will only have effect if built with flag `integration`. This can also be extended for future integration tests if more dev-only flags are needed. |
||
---|---|---|
.. | ||
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 |