File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/screens/Settings/DevSettings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BLOCKTANK_HOST=https://api.stag0.blocktank.to/blocktank/api/v2
1212DEFAULT_BITCOIN_NETWORK=bitcoin
1313
1414# Default Electrum Peer (Regtest)
15- ELECTRUM_REGTEST_HOST=34.65.86.104
15+ ELECTRUM_REGTEST_HOST=34.65.252.32
1616ELECTRUM_REGTEST_TCP_PORT=18483
1717ELECTRUM_REGTEST_SSL_PORT=18484
1818ELECTRUM_REGTEST_PROTO=tcp
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ const LdkDebug = (): ReactElement => {
464464 selectedType === 'fixed_limit' && styles . radioButtonSelected ,
465465 ] }
466466 />
467- < BodyM style = { styles . radioLabel } > Fixed Limit (sats )</ BodyM >
467+ < BodyM style = { styles . radioLabel } > Fixed Limit (msats )</ BodyM >
468468 </ TouchableOpacity >
469469
470470 < TouchableOpacity
You can’t perform that action at this time.
0 commit comments