specify ringsize

This commit is contained in:
lza_menace 2020-08-06 01:11:47 -07:00
parent 44c0c6c4d1
commit b061822092
1 changed files with 1 additions and 0 deletions

View File

@ -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