mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge branch 'master' of https://github.com/Spesmilo/Electrum
This commit is contained in:
commit
840b51be4e
3 changed files with 21 additions and 1 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
####-*.patch
|
||||||
|
lib/icons_rc.py
|
||||||
|
*.pyc
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg/
|
||||||
|
/electrum.py
|
14
TODO
Normal file
14
TODO
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Client:
|
||||||
|
|
||||||
|
- Wizard
|
||||||
|
- Multiple wallets
|
||||||
|
- Themes
|
||||||
|
- Extend GUI with history view (View -> Show History)
|
||||||
|
- Settings window
|
||||||
|
|
||||||
|
Server:
|
||||||
|
|
||||||
|
- Reimplementation using libbitcoin
|
||||||
|
- New blockchain backend or disable bdb ACID
|
||||||
|
- Electrum deterministic wallet impl for Spinner style protocol.
|
||||||
|
|
|
@ -42,7 +42,6 @@ MiniWindow QPushButton {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #AAA9A9;
|
border: 1px solid #AAA9A9;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
margin-top: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#address_input[isValid=true]
|
#address_input[isValid=true]
|
||||||
|
|
Loading…
Add table
Reference in a new issue