This commit is contained in:
stoffu
2018-03-06 01:19:45 +09:00
parent c5363da1e8
commit c8f0cf3543
22 changed files with 161 additions and 112 deletions

View File

@@ -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 {