fix(startup): Adding 5 sec delay to bch-dex startup

This commit is contained in:
Chris Troutner
2022-05-03 17:09:19 -07:00
parent c20938f9f7
commit 5f9cdc3f2e
+3
View File
@@ -90,6 +90,9 @@ class Server {
// MIDDLEWARE END
// Delay startup to give the P2WDB time to start first, so that it accepts the webook call
await sleep(5000)
// Create webhook
try {
try {