decred / tinydecred

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

multi: Fix rpclisten config parsing #191

Closed rstaudt2 closed 4 years ago

rstaudt2 commented 4 years ago

This updates tinywallet.config to correctly parse rpclisten from the dcrd config file, to be used as the default URL when configuring the dcrd connection in tinywallet.

Fixes https://github.com/decred/tinydecred/issues/190

rstaudt2 commented 4 years ago

@buck54321 Ya that makes sense - I can adjust this PR for that

rstaudt2 commented 4 years ago

@buck54321 Updated this per your feedback - removed the scheme from config.dcrd instead and added some additional testing around it