mirror of
https://git.wownero.com/lza_menace/tg-bot.git
synced 2024-08-15 00:23:12 +00:00
specify ringsize
This commit is contained in:
parent
44c0c6c4d1
commit
b061822092
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ class Wallet(object):
|
|||
'get_tx_hex': True,
|
||||
'new_algorithm': True,
|
||||
'do_not_relay': False,
|
||||
'ring_size': 22
|
||||
}
|
||||
transfer = self.make_wallet_rpc('transfer', data)
|
||||
return transfer
|
||||
|
|
Loading…
Reference in a new issue