diff --git a/node/node.go b/node/node.go index 477c1b794c..0e10be7be2 100644 --- a/node/node.go +++ b/node/node.go @@ -418,6 +418,7 @@ func (node *AlgorandFullNode) Stop() { node.lowPriorityCryptoVerificationPool.Shutdown() node.cryptoPool.Shutdown() node.cancelCtx() + node.ledger.Close() } // note: unlike the other two functions, this accepts a whole filename