mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Fixes fo ro/wo bridge (#1661)
This commit is contained in:
committed by
Bastian Köcher
parent
1688b493cd
commit
786db04bbc
@@ -39,9 +39,6 @@ pub enum Error {
|
||||
/// The response from the server could not be SCALE decoded.
|
||||
#[error("Response parse failed: {0}")]
|
||||
ResponseParseFailed(#[from] codec::Error),
|
||||
/// The Substrate bridge pallet has not yet been initialized.
|
||||
#[error("The Substrate bridge pallet has not been initialized yet.")]
|
||||
UninitializedBridgePallet,
|
||||
/// Account does not exist on the chain.
|
||||
#[error("Account does not exist on the chain.")]
|
||||
AccountDoesNotExist,
|
||||
|
||||
Reference in New Issue
Block a user