mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
multi: Add itest for funding timeout
This commit adds an integration test that verifies the funding timeout behavior in the funding manager, in dev/integration test. Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
This commit is contained in:
@@ -1449,6 +1449,8 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
if lncfg.IsDevBuild() {
|
||||
devCfg = &funding.DevConfig{
|
||||
ProcessChannelReadyWait: cfg.Dev.ChannelReadyWait(),
|
||||
MaxWaitNumBlocksFundingConf: cfg.Dev.
|
||||
GetMaxWaitNumBlocksFundingConf(),
|
||||
}
|
||||
|
||||
reservationTimeout = cfg.Dev.GetReservationTimeout()
|
||||
|
Reference in New Issue
Block a user