diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index f333da7..3e2e400 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -234,7 +234,7 @@ void ATBDeviceControllerPlugin::private_startAccount() // DEBUG qCritical() << " latestAccountNumber = " << latestAccountNumber; - hw->log_selectVaultRecord(latestAccountNumber - 1); + hw->log_selectVaultRecord(latestAccountNumber); this->accountCheckCounter = 0; QTimer::singleShot(500, this, SLOT(private_checkAccountData()));