Skip to content

Commit

Permalink
deb
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Nov 7, 2024
1 parent 70dc928 commit 5417c49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/adminChannels.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export default async (T: TestBase) => {

const openAdminChannel = async (T: TestBase) => {
T.d("starting openAdminChannel")
const otherPub = (await T.externalAccessToOtherLnd.GetInfo()).identityPubkey
const info = await T.externalAccessToThirdLnd.GetInfo()
console.log(info)
const otherPub = info.identityPubkey
const openChannel = await T.main.adminManager.OpenChannel({
node_pubkey: otherPub, local_funding_amount: 100000, sat_per_v_byte: 1
})
Expand Down

0 comments on commit 5417c49

Please sign in to comment.