_default_wallets takes a user
param
This commit is contained in:
parent
b930f3c0cf
commit
71da117060
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ class Module(ModuleManager.BaseModule):
|
|||
:help: Send coins to another user
|
||||
:usage: <nickname> <amount>
|
||||
"""
|
||||
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])
|
||||
|
|
Loading…
Reference in a new issue