mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-07 00:26:57 +00:00
5d63765990
#5852 fixed an issue with error propagation in `os.EnsureDir()`. However, this function is basically identical to `os.MkdirAll()`, and can be replaced entirely with a call to it. We keep the function for backwards compatibility.