diff options
| -rw-r--r-- | modules/coins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/coins.py b/modules/coins.py index f36859ef..603f934a 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -378,7 +378,7 @@ class Module(ModuleManager.BaseModule): wallet_in, wallet_out = self._default_wallets() if len(event["args_split"]) > 2: wallet_in, wallet_out = self._parse_wallets(event["user"], - event["args_split"][2] + event["args_split"][2]) if event["user"].get_id() == event["server"].get_user(event[ "args_split"][0]).get_id(): |
