diff --git a/src/controller.cpp b/src/controller.cpp index 83f132d..3b38d60 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -92,7 +92,7 @@ void Controller::fillTxJsonParams(json& allRecepients, Tx tx) { QString zdust = QString::fromStdString(reply[0].get()); - sietch.push_back(zdust); + sietch = zdust; qDebug()<