up
This commit is contained in:
parent
534e59446f
commit
5c506c1ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const openChannels = async (core: BitcoinCoreWrapper, instances: LndInstances, i
|
||||||
await instances.bob.OpenChannel(info.carol.pubkey, addresses.bob, 5_000_000, 0)
|
await instances.bob.OpenChannel(info.carol.pubkey, addresses.bob, 5_000_000, 0)
|
||||||
await instances.carol.OpenChannel(info.alice.pubkey, addresses.carol, 5_000_000, 0)
|
await instances.carol.OpenChannel(info.alice.pubkey, addresses.carol, 5_000_000, 0)
|
||||||
await instances.alice.OpenChannel(info.dave.pubkey, addresses.alice, 5_000_000, 0)
|
await instances.alice.OpenChannel(info.dave.pubkey, addresses.alice, 5_000_000, 0)
|
||||||
await slowMine(core, 6)
|
await slowMine(core, 10)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue