From e614eb8e7520828f8f523d36843bf2a5455becca Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 21 Oct 2018 12:10:44 +0100 Subject: 'DEFAULT_WALLETS' -> 'WALLETS_DEFAULTS' --- modules/coins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/coins.py b/modules/coins.py index 3b8d5faa..00f9fabd 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -147,7 +147,7 @@ class Module(ModuleManager.BaseModule): "Please provide a valid positive coin amount") def _get_default_wallets(self, user): - return user.get_setting("default-wallets", DEFAULT_WALLETS) + return user.get_setting("default-wallets", WALLET_DEFAULTS) def _set_default_wallet(self, user, type, wallet): default_wallets = self._get_default_wallets(user) default_wallets[type.lower()] = wallet.lower() -- cgit v1.3.1-10-gc9f91