mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 14:22:48 +01:00
Build for Issue 99
Build for Issue 99
This commit is contained in:
parent
9703094f57
commit
f19a3ae439
3 changed files with 2 additions and 3 deletions
|
@ -8,5 +8,5 @@
|
|||
<link rel="stylesheet" href="styles.bab7f62b489f0c86770d.css"></head>
|
||||
<body>
|
||||
<rtl-app></rtl-app>
|
||||
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.181b5a67c421a167a96a.js"></script><script type="text/javascript" src="main.84473d627eea13535d51.js"></script></body>
|
||||
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.181b5a67c421a167a96a.js"></script><script type="text/javascript" src="main.2bda0516cc81031f9058.js"></script></body>
|
||||
</html>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -282,7 +282,6 @@ connect.configFileExists = () => {
|
|||
setMacaroonPath(clArgs, config)
|
||||
validateConfigFile(config);
|
||||
logEnvVariables();
|
||||
// throw new Error('Please change default settings of macaroonPath and lndConfigPath in RTL.conf and restart the server');
|
||||
}
|
||||
catch(err) {
|
||||
console.error('Something went wrong while configuring the server: \n' + err);
|
||||
|
|
Loading…
Add table
Reference in a new issue