mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 06:27:26 -04:00
Stagenet
This commit is contained in:
@@ -43,8 +43,8 @@ Rectangle {
|
||||
|
||||
Clipboard { id: clipboard }
|
||||
|
||||
function checkAddress(address, testnet) {
|
||||
return walletManager.addressValid(address, testnet)
|
||||
function checkAddress(address, nettype) {
|
||||
return walletManager.addressValid(address, nettype)
|
||||
}
|
||||
|
||||
MessageDialog {
|
||||
|
||||
Reference in New Issue
Block a user