This commit is contained in:
Chris Troutner
2024-03-22 12:36:46 -07:00
parent f091e088c4
commit abd33c4ebd
+1 -1
View File
@@ -56,7 +56,7 @@ class Adapters {
// Do not start these adapters if this is an e2e test.
if (this.config.env !== 'test') {
if (this.config.useIpfs) {
await this.ipfs.start({bchjs: this.bchjs})
await this.ipfs.start({ bchjs: this.bchjs })
}
} else {
// These lines are here to ensure code coverage hits 100%.