omnilaboratory / OBAndroid

OBAndroid is a self-custodial OmniBOLT Lightning wallet for android devices. It provides a platform for simple, instantaneous Bitcoin/Omnilayer asset payments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The mainnet and testnet editions share the same backup file names, which conflicts each other.

neocarmack opened this issue · comments

The backup file names are: channel.db, wallet.db in google drive and local device. The mainnet and testnet edtions share the same backup file names, which conflicts each other if i installed both.

Should has 2 ways to solve that:

  1. Different name - Mainnet: channel.db, wallet.db. Testnet: channel-testnet.db, wallet-testnet.db.
  2. Put files into diff paths - \mainnet\ and \testnet\

Another thing that needs to solve for installing both versions on one phone.
There should be a different package in code like this

  1. com.omni.wallet
  2. com.omni.wallet_testnet

resolved