Page MenuHomePhabricator

Remove redundant stopExecutor() signal
ClosedPublic

Authored by PiRK on Oct 9 2020, 09:51.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABCb8a022d6d69d: Remove redundant stopExecutor() signal
Summary

PR description:

The QThread::finished signal do this work.

This concludes backport of Core PR14250

Commit 24313fb

Depends on D7844

Test Plan

ninja && ninja check

Run src/qt/bitcoin-qt -regtest, open the console and run some RPC commands,
make sure the shutdown works without issues.

Diff Detail