mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 08:07:25 -04:00
@@ -151,7 +151,7 @@ Rectangle {
|
||||
labelFontSize: 14
|
||||
copyButton: false
|
||||
readOnly: true
|
||||
text: Utils.roundDownToNearestThousand(wizardController.m_wallet.walletCreationHeight)
|
||||
text: Utils.roundDownToNearestThousand(wizardController.m_wallet ? wizardController.m_wallet.walletCreationHeight : 0)
|
||||
}
|
||||
|
||||
MoneroComponents.WarningBox {
|
||||
|
||||
Reference in New Issue
Block a user