diff --git a/beacon_chain/nimbus_beacon_node.nim b/beacon_chain/nimbus_beacon_node.nim index 6ad2b3c4e..daba2c461 100644 --- a/beacon_chain/nimbus_beacon_node.nim +++ b/beacon_chain/nimbus_beacon_node.nim @@ -746,8 +746,9 @@ proc stop*(node: BeaconNode) = if not node.config.inProcessValidators: node.vcProcess.close() waitFor node.network.stop() + node.attachedValidators.slashingProtection.close() node.db.close() - notice "Database closed" + notice "Databases closed" proc run*(node: BeaconNode) = if bnStatus == BeaconNodeStatus.Starting: