File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
3840fi
3941# show touches
4042adb shell settings put system show_touches 1
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ export async function getLDKNodeID(): Promise<string> {
110110export 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' ) ;
You can’t perform that action at this time.
0 commit comments