mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Make deposit not an admin command
This commit is contained in:
parent
209eb76b27
commit
8b72544edb
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue