| 219 | } |
| 220 | |
| 221 | QString ClientModel::blocksDir() const |
| 222 | { |
| 223 | return GUIUtil::PathToQString(gArgs.GetBlocksDirPath()); |
| 224 | } |
| 225 | |
| 226 | void ClientModel::TipChanged(SynchronizationState sync_state, interfaces::BlockTip tip, double verification_progress, SyncType synctype) |
| 227 | { |
no test coverage detected