osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

fix: graceful prune failure log instead of panic #556

Closed czarcas7ic closed 4 months ago

czarcas7ic commented 4 months ago

Description

Closes: #XXXX

Upstream already does this. When a snapshot is occurring, pruning will fail. We instead just log this failure instead of calling a panic.