This commit is contained in:
Emad-salah 2019-12-10 02:43:04 +01:00 committed by GitHub
parent 808c06027f
commit de68a724c0

View file

@ -408,7 +408,7 @@ module.exports = (
const waitUntilFileExists = seconds => { const waitUntilFileExists = seconds => {
logger.info( logger.info(
`Waiting for admin.macaroon to be created. Seconds passed: ${seconds}` `Waiting for admin.macaroon to be created. Seconds passed: ${seconds} Path: ${LightningServices.servicesConfig.macaroonPath}`
); );
setTimeout(async () => { setTimeout(async () => {
try { try {