FIX: lightning invoice scan qr

This commit is contained in:
Overtorment 2018-09-11 00:37:43 +01:00
parent a27789ada5
commit 9a13c22175
3 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "2.4.2",
"version": "2.4.3",
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.0",

View File

@ -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);
/**