clifordsymack / Electron-Cash

Electrum; Bitcoin thin client
MIT License
6 stars 3 forks source link

UI Pet Peeve: I hate entering my password twice to use CashShuffle #106

Closed cculianu closed 5 years ago

cculianu commented 5 years ago

... and I bet you I wouldn't be the only one to hate that.

How do you guys feel about my doing a hack whereby if you JUST entered your password in the "wallet wizard" UI, that password gets forwarded on to cashshuffle for its use.

If cashshuffle doesn't want it, then it gets dropped using normal python del/GC.

What do you guys say? I think users would feel our app is a little dorky in that it makes you input your password twice at wallet startup.

emergent-reasons commented 5 years ago

It is preeeetty dorky. :D Definitely needs to be one time if possible.

cculianu commented 5 years ago

... aaand.. It's done!