mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-07 13:34:27 +00:00
This PR clears `journal.writer` immediately after `Close()` in `rotate` and `setupWriter`, before checking the error. This prevents leaving a stale file handle that could be reused if close fails. --------- Co-authored-by: Bosul Mun <bsbs8645@snu.ac.kr> |
||
|---|---|---|
| .. | ||
| errors.go | ||
| journal.go | ||
| tx_tracker.go | ||
| tx_tracker_test.go | ||