Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 24, 2024
1 parent 0c1ea27 commit 3644352
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/networkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const initBitcoinCore = async (settings: TestSettings) => {
console.log({ wallet })
const addr = await core.getNewAddress()
console.log({ addr })
const gen = await core.generateToAddress(100, addr)
console.log({ gen })
await core.generateToAddress(101, addr)
const info = await core.getWalletInfo();
console.log({ info })
}

0 comments on commit 3644352

Please sign in to comment.