1
mirror of https://github.com/m2049r/xmrwallet synced 2025-04-08 14:36:38 +02:00

use default mixin

This commit is contained in:
m2049r 2021-04-15 19:10:56 +02:00
parent d2f07ba3b6
commit c002b81ebd
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D

@ -66,7 +66,7 @@ public class SendFragment extends Fragment
SendSuccessWizardFragment.Listener,
OnBackPressedListener, OnUriScannedListener {
final static public int MIXIN = 10;
final static public int MIXIN = 0;
private Listener activityCallback;