Skip to content

Commit 7bf845e

Browse files
authored
Merge pull request #146 from synonymdev/feat/funding-screen-v60
Feat/funding screen v60
2 parents 1748c32 + ff9b9eb commit 7bf845e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci_run_android.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ if [[ "${BACKEND:-local}" != "mainnet" ]]; then
3535
adb reverse tcp:9735 tcp:9735
3636
# lnurl server port
3737
adb reverse tcp:30001 tcp:30001
38+
# homegate port
39+
adb reverse tcp:6288 tcp:6288
3840
fi
3941
# show touches
4042
adb shell settings put system show_touches 1

test/helpers/lnd.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export async function getLDKNodeID(): Promise<string> {
110110
export async function connectToLND(lndNodeID: string, { navigationClose = true } = {}) {
111111
await tap('Channels');
112112
await tap('NavigationAction');
113-
if(driver.isIOS) { await tap('FundCustom'); }
114113
await tap('FundManual');
115114
await typeText('NodeIdInput', lndNodeID);
116115
await typeText('PortInput', '9735');

0 commit comments

Comments
 (0)