diff --git a/tipbot/wownero.py b/tipbot/wownero.py index 5b88bc2..9169a00 100644 --- a/tipbot/wownero.py +++ b/tipbot/wownero.py @@ -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