Skip to content

Fix crash when broadcasting transaction at shutdown

Eric Frias requested to merge fix-broadcast-during-shutdown-crash into develop

Shutdown the webserver plugin first, so we can be sure that no API calls are still executing when we start destroying the rest of the plugins. Fixes #354 (closed)

Edited by Dan Notestein

Merge request reports