mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
ensure that the bridge GRANDPA pallet is initialized in the finality relay (#1423)
This commit is contained in:
committed by
Bastian Köcher
parent
4001cfb758
commit
78a43c561a
@@ -54,6 +54,9 @@ pub enum Error {
|
||||
/// The bridge pallet is halted and all transactions will be rejected.
|
||||
#[error("Bridge pallet is halted.")]
|
||||
BridgePalletIsHalted,
|
||||
/// The bridge pallet is not yet initialized and all transactions will be rejected.
|
||||
#[error("Bridge pallet is not initialized.")]
|
||||
BridgePalletIsNotInitialized,
|
||||
/// An error has happened when we have tried to parse storage proof.
|
||||
#[error("Error when parsing storage proof: {0:?}.")]
|
||||
StorageProofError(bp_runtime::StorageProofError),
|
||||
|
||||
Reference in New Issue
Block a user