Handle pending outgoing txns properly
This commit is contained in:
@@ -24,6 +24,7 @@ DataModel::~DataModel() {
|
||||
}
|
||||
|
||||
void DataModel::setLatestBlock(int blockHeight) {
|
||||
QReadLocker locker(lock);
|
||||
this->latestBlock = blockHeight;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user