mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: lightning invoice scan qr
This commit is contained in:
parent
a27789ada5
commit
9a13c22175
4
app.json
4
app.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"expo": {
|
||||
"sdkVersion": "23.0.0",
|
||||
"version": "2.4.2",
|
||||
"version": "2.4.3",
|
||||
"privacy": "public",
|
||||
"platforms": [
|
||||
"ios"
|
||||
],
|
||||
"ios": {
|
||||
"buildNumber": "64",
|
||||
"buildNumber": "65",
|
||||
"supportsTablet": true,
|
||||
"isRemoteJSEnabled": false,
|
||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "BlueWallet",
|
||||
"version": "2.4.2",
|
||||
"version": "2.4.3",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.2",
|
||||
"eslint": "^4.19.0",
|
||||
|
@ -59,7 +59,7 @@ export default class ScanLndInvoice extends React.Component {
|
||||
return this.props.navigation.goBack();
|
||||
}
|
||||
|
||||
ret.data = ret.data.replace('LIGHTNING:', '');
|
||||
ret.data = ret.data.replace('LIGHTNING:', '').replace('lightning:', '');
|
||||
console.log(ret.data);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user