omnilaboratory/OBAndroid

Should do the backup automatically for a few situations

iamgamelover opened this issue · 3 comments

  1. The channel is created or closed successfully.
  2. A transaction is finished in a channel.
  3. The balance of the wallet address is changed.

backup should be more frequently.

app can subscribe lnd's SubscribeChannelBackups stream .
when app receive any event ,app make a backup.

Alternatively, refer to the Breeze backup implementation; I'm not very familiar with Breeze's code;

fixed

fixed