diff --git a/modules/coins.py b/modules/coins.py index b4aa692d..e5e3c1fb 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -384,7 +384,7 @@ class Module(ModuleManager.BaseModule): :help: Send coins to another user :usage: """ - wallet_in, wallet_out = self._default_wallets() + wallet_in, wallet_out = self._default_wallets(event["user"]) if len(event["args_split"]) > 2: wallet_in, wallet_out = self._parse_wallets(event["user"], event["args_split"][2])