Skip to content

Commit

Permalink
Revert "Ledger: Close the ledger at node shutdown" (algorand#5705)
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical authored Aug 24, 2023
1 parent 51f5314 commit 9af066b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ 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
Expand Down

0 comments on commit 9af066b

Please sign in to comment.