up
This commit is contained in:
parent
5b05fa31cd
commit
bf865f4685
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ export const setupNetwork = async () => {
|
||||||
await carol.ConnectPeer(pubkey, host)
|
await carol.ConnectPeer(pubkey, host)
|
||||||
console.log(await alice.GetInfo())
|
console.log(await alice.GetInfo())
|
||||||
console.log(await carol.GetInfo())
|
console.log(await carol.GetInfo())
|
||||||
|
console.log(await alice.GetInfo())
|
||||||
const aliceAddr = await alice.NewAddress(AddressType.WITNESS_PUBKEY_HASH, true)
|
const aliceAddr = await alice.NewAddress(AddressType.WITNESS_PUBKEY_HASH, true)
|
||||||
console.log({ aliceAddr })
|
console.log({ aliceAddr })
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue