lntest: move itest into package

This commit is contained in:
Joost Jager
2019-05-15 09:02:53 +02:00
parent 28fdf9712d
commit dff0387363
14 changed files with 192 additions and 177 deletions

View File

@ -172,7 +172,7 @@ func (s *subRPCServerConfigs) PopulateDependencies(cc *chainControl,
reflect.ValueOf(nodeSigner),
)
subCfgValue.FieldByName("MaxPaymentMSat").Set(
reflect.ValueOf(maxPaymentMSat),
reflect.ValueOf(MaxPaymentMSat),
)
defaultDelta := cfg.Bitcoin.TimeLockDelta
if registeredChains.PrimaryChain() == litecoinChain {