mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Optimized initialization and optional params on send fund
This commit is contained in:
parent
f8a7177cda
commit
cc3bfb804d
23 changed files with 90 additions and 58 deletions
1
rtl.js
1
rtl.js
|
|
@ -2,6 +2,7 @@ const app = require("./app");
|
|||
const common = require("./common");
|
||||
const debug = require("debug")("node-angular");
|
||||
const http = require("http");
|
||||
var connect = require('./connect'); //Do NOT Remove
|
||||
|
||||
const onError = error => {
|
||||
if (error.syscall !== "listen") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue