mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 09:29:38 +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"
|
color: "transparent"
|
||||||
property alias transferHeight1: pageRoot.height
|
property alias transferHeight1: pageRoot.height
|
||||||
property alias transferHeight2: advancedLayout.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 warningContent: ""
|
||||||
property string sendButtonWarning: {
|
property string sendButtonWarning: {
|
||||||
// Currently opened wallet is not view-only
|
// Currently opened wallet is not view-only
|
||||||
|
|
Loading…
Reference in a new issue