-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a937e4
commit 1a88e68
Showing
3 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
## Features | ||
- Implemented scanning BTC QR codes; | ||
- Implemented parsing BTC addresses and 'bitcoin:' protocol on Text tab; | ||
- Implemented note to self and note to recipient for LN payments; | ||
- Implemented mining fee field and note to self for BTC payments; | ||
- Implemented tx editor compact mode when keyboard is visible; | ||
- Implemented min amount for btc transaction; | ||
- Implemented mining fee selector; | ||
- Implemented min amount support for selected fee tier; | ||
- Updated QR code wallet values to use 'lightning:' and 'bitcoin:'; | ||
- Implemented pending transactions; |
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
## Features | ||
- Implemented scanning BTC QR codes; | ||
- Implemented parsing BTC addresses and 'bitcoin:' protocol on Text tab; | ||
- Implemented note to self and note to recipient for LN payments; | ||
- Implemented mining fee field and note to self for BTC payments; | ||
- Implemented tx editor compact mode when keyboard is visible; | ||
- Implemented min amount for btc transaction; | ||
- Implemented mining fee selector; | ||
- Implemented min amount support for selected fee tier; | ||
- Updated QR code wallet values to use 'lightning:' and 'bitcoin:'; | ||
- Implemented pending transactions; |