From 91fb78b07798f9e531b16b9f73faeca7f7d4f40b Mon Sep 17 00:00:00 2001 From: Job Evers Date: Tue, 22 Nov 2016 11:50:54 -0600 Subject: [PATCH] Update TODO with more useful info --- lbrynet/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index a31ab06f6..d593c51f5 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -163,7 +163,11 @@ ENVIRONMENT = Env( lbryum_wallet_dir=(str, default_lbryum_dir), use_auth_http=(bool, False), sd_download_timeout=(int, 3), - # TODO: document what the 'address' field is used for + # TODO: this field is more complicated than it needs to be because + # it goes through a Fee validator when loaded by the exchange rate + # manager. Look into refactoring the exchange rate conversion to + # take in a simpler form. + # # TODO: writing json on the cmd line is a pain, come up with a nicer # parser for this data structure. (maybe MAX_KEY_FEE=USD:25 max_key_fee=(json.loads, {'USD': {'amount': 25.0, 'address': ''}})