Make deposit not an admin command

This commit is contained in:
moneromooo 2015-01-08 15:20:33 +00:00
parent 209eb76b27
commit 8b72544edb

View file

@ -120,7 +120,6 @@ RegisterCommand({
'module': __name__, 'module': __name__,
'name': 'deposit', 'name': 'deposit',
'function': Deposit, 'function': Deposit,
'admin': True,
'help': "Show instructions about depositing %s" % coinspecs.name 'help': "Show instructions about depositing %s" % coinspecs.name
}) })
RegisterIdleFunction(__name__,UpdateCoin) RegisterIdleFunction(__name__,UpdateCoin)