Features 2510
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
added 17 commits
-
cd18b69e...acef7a74 - 16 commits from branch
master
- 500e2719 - [*] merge branch 'master' into features-2510
-
cd18b69e...acef7a74 - 16 commits from branch
added 4 commits
-
500e2719...e3b4ccdc - 2 commits from branch
master
- 5eb7441d - Merge branch 'master' into features-2510
- e20b954d - [*] code review
-
500e2719...e3b4ccdc - 2 commits from branch
22 22 for(int i = 0; i < wallets.count(); i++) 23 23 { 24 24 QProcess process; 25 process.start(QString(CLI_PATH) + " tx_history -net private -chain gdb -addr " + wallets.at(i).toString()); 25 process.start(QString(CLI_PATH) + " tx_history -net " + m_CurrentNetwork + " -chain gdb -addr " + wallets.at(i).toString()); changed this line in version 5 of the diff
48 48 emit changeHistory(m_history); 49 49 } 50 50 } 51 52 void DapChainHistoryHandler::setCurrentNetwork(const QString& aNetwork) 53 { 54 if(aNetwork == m_CurrentNetwork) return; changed this line in version 5 of the diff
mentioned in commit 63450f56