forked from LBRYCommunity/lbry-sdk
change default max fee to $25
This commit is contained in:
parent
0811ebb52d
commit
3d88eb92c1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ DEFAULT_WALLET = "lbryum"
|
|||
WALLET_TYPES = ["lbryum", "lbrycrd"]
|
||||
DEFAULT_TIMEOUT = 30
|
||||
DEFAULT_MAX_SEARCH_RESULTS = 25
|
||||
DEFAULT_MAX_KEY_FEE = {'BTC': {'amount': 0.025}}
|
||||
DEFAULT_MAX_KEY_FEE = {'USD': {'amount': 25.0, 'address': ''}}
|
||||
DEFAULT_SEARCH_TIMEOUT = 3.0
|
||||
DEFAULT_CACHE_TIME = 3600
|
||||
DEFAULT_UI_BRANCH = "master"
|
||||
|
|
Loading…
Reference in a new issue