mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
remove unused error InvalidCode and improve docs (#11383)
This commit is contained in:
@@ -43,9 +43,6 @@ pub enum Error {
|
||||
#[error("Method not found: '{0}'")]
|
||||
MethodNotFound(String),
|
||||
|
||||
#[error("Invalid Code (expected single byte): '{0}'")]
|
||||
InvalidCode(String),
|
||||
|
||||
#[error("On-chain runtime does not specify version")]
|
||||
VersionInvalid,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user