Maran 12 years ago
parent
commit
840b51be4e
  1. 7
      .gitignore
  2. 14
      TODO
  3. 1
      data/style.css

7
.gitignore

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

14
TODO

@ -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.

1
data/style.css

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

Loading…
Cancel
Save