-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automatic backup function and fix the problem of invoice transact…
…ions in channels under Lightning Network.
- Loading branch information
Showing
16 changed files
with
528 additions
and
83 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
app/src/main/java/com/omni/wallet/entity/event/SubscribeChannelChangeEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.omni.wallet.entity.event; | ||
|
||
/** | ||
* 汉: 订阅通道相关变化的通知实体 | ||
* En: SubscribeChannelChangeEvent | ||
* author: guoyalei | ||
* date: 2023/6/20 | ||
*/ | ||
public class SubscribeChannelChangeEvent { | ||
} |
Oops, something went wrong.