mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
dice, blackjack: use the configured coin name in help
This commit is contained in:
parent
15c5d31dc7
commit
a6d4f07eec
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ RegisterModule({
|
|||
RegisterCommand({
|
||||
'module': __name__,
|
||||
'name': 'dice',
|
||||
'parms': '<amount-in-monero> <multiplier> [over|under]',
|
||||
'parms': '<amount-in-%s> <multiplier> [over|under]' % coinspecs.name,
|
||||
'function': Dice,
|
||||
'registered': True,
|
||||
'help': "play a dice game - house edge %.1f%%" % (float(config.dice_edge)*100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue