mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fix(startup): Adding 5 sec delay to bch-dex startup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user