decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

tinywallet: dcrd URL default value has duplicate "https://" #190

Closed rstaudt2 closed 4 years ago

rstaudt2 commented 4 years ago

When entering dcrd connection details in tinywallet the default value has "https://" twice:

Screen Shot 2020-05-29 at 3 56 58 PM

This is due to prepending "https://" here and then again here. I'll open up a PR for this.