This commit is contained in:
hatim boufnichel 2024-04-24 19:23:08 +02:00
parent 5b05fa31cd
commit bf865f4685

View file

@ -23,6 +23,7 @@ export const setupNetwork = async () => {
await carol.ConnectPeer(pubkey, host)
console.log(await alice.GetInfo())
console.log(await carol.GetInfo())
console.log(await alice.GetInfo())
const aliceAddr = await alice.NewAddress(AddressType.WITNESS_PUBKEY_HASH, true)
console.log({ aliceAddr })
}