mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Transfer: update mixin, silence warning
This commit is contained in:
parent
aef4a982dc
commit
c0a739c9fa
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Rectangle {
|
|||
color: "transparent"
|
||||
property alias transferHeight1: pageRoot.height
|
||||
property alias transferHeight2: advancedLayout.height
|
||||
property int mixin: 10 // (ring size 11)
|
||||
property int mixin: 15 // (ring size 16)
|
||||
property string warningContent: ""
|
||||
property string sendButtonWarning: {
|
||||
// Currently opened wallet is not view-only
|
||||
|
|
Loading…
Reference in a new issue