This commit is contained in:
Maran 2012-08-02 22:41:46 +02:00
commit 840b51be4e
3 changed files with 21 additions and 1 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
####-*.patch
lib/icons_rc.py
*.pyc
build/
dist/
*.egg/
/electrum.py

14
TODO Normal file
View 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.

View file

@ -42,7 +42,6 @@ MiniWindow QPushButton {
border-radius: 4px;
border: 1px solid #AAA9A9;
width: 225px;
margin-top: 4px;
}
#address_input[isValid=true]