diff options
Diffstat (limited to 'node')
| -rw-r--r-- | node/node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/node.cpp b/node/node.cpp index 958990a..045eb13 100644 --- a/node/node.cpp +++ b/node/node.cpp @@ -70,4 +70,5 @@ void Node::start_initialisation() { } void Node::start_precomputation() { + io_service.stop(); } |
