Crisis
On this page
Note
XPLA Chain’s crisis module inherits from the Cosmos SDK’s crisis
module. This document is a stub and covers mainly important XPLA Chain-specific notes about how it is used.
The crisis module halts the blockchain under the circumstance that a blockchain invariant is broken. Invariants can be registered with the application during the application initialization process.
Constant Fee
Because the gas cost of verifying an invariant is high, the crisis module utilizes a constant fee instead of the typical gas calculation method.