mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
fix(startup): Fixing bug from merge with upstream
This commit is contained in:
@@ -29,6 +29,6 @@ export IPFS_TCP_PORT=4001
|
||||
# MongoDB connection string.
|
||||
export DBURL=mongodb://localhost:27017/ipfs-service-dev
|
||||
|
||||
export ENABLE_CIRCUIT_RELAY=true
|
||||
#export ENABLE_CIRCUIT_RELAY=true
|
||||
|
||||
npm start
|
||||
|
||||
@@ -53,7 +53,7 @@ class Adapters {
|
||||
// Start the IPFS node.
|
||||
// Do not start these adapters if this is an e2e test.
|
||||
if (this.config.env !== 'test') {
|
||||
await this.ipfs.start()
|
||||
await this.ipfs.start({ bchjs: this.bchjs })
|
||||
}
|
||||
|
||||
console.log('Async Adapters have been started.')
|
||||
|
||||
Reference in New Issue
Block a user