var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

terrad rollback

Tollback the Blockchain and Tendermint state by one height.

Synopsis

A state rollback is performed to recover from an incorrect application state transition, when Tendermint has persisted an incorrect app hash and is thus unable to make progress. Rollback overwrites a state at height n with the state at height n - 1. The application also roll back to height n - 1. No blocks are removed, so upon restarting Tendermint the transactions in block n will be re-executed against the application.

Usage

Terrad
Copy

_1
terrad rollback [flags]

Options

Terrad
Copy

_2
-h, --help help for rollback
_2
--home string The application home directory (default "terra")

See also

  • terrad - The Terra Blockchain's CLI and node daemon.