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 })
|
||||
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 })
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue