up
This commit is contained in:
parent
a77df03b8e
commit
30bc1f22f9
1 changed files with 1 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ const initBitcoinCore = async (settings: TestSettings) => {
|
||||||
console.log({ wallet })
|
console.log({ wallet })
|
||||||
const addr = await core.getNewAddress()
|
const addr = await core.getNewAddress()
|
||||||
console.log({ addr })
|
console.log({ addr })
|
||||||
const gen = await core.generateToAddress(100, addr)
|
await core.generateToAddress(101, addr)
|
||||||
console.log({ gen })
|
|
||||||
const info = await core.getWalletInfo();
|
const info = await core.getWalletInfo();
|
||||||
console.log({ info })
|
console.log({ info })
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue