This commit is contained in:
hatim boufnichel 2024-04-24 15:56:28 +02:00
parent a77df03b8e
commit 30bc1f22f9

View file

@ -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 })
}