Skip to content

Commit

Permalink
2/3
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 25, 2024
1 parent 4fbe3ec commit 6d31bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/networkSetup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { LoadTestSettingsFromEnv } from "../services/main/settings.js"
import { BitcoinCoreWrapper } from "./bitcoinCore.js"
import LND from '../services/lnd/lnd.js'

export const setupNetwork = async () => {
const settings = LoadTestSettingsFromEnv()
const core = new BitcoinCoreWrapper(settings)
Expand Down

0 comments on commit 6d31bd8

Please sign in to comment.