mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
fix deprecated usage of panic (#8134)
This commit is contained in:
committed by
GitHub
parent
ed9c08dd01
commit
f49aae65a8
@@ -224,7 +224,7 @@ pub enum PublicError {
|
||||
|
||||
/// Key that can be encoded to/from SS58.
|
||||
///
|
||||
/// See https://github.com/paritytech/substrate/wiki/External-Address-Format-(SS58)#address-type
|
||||
/// See <https://github.com/paritytech/substrate/wiki/External-Address-Format-(SS58)#address-type>
|
||||
/// for information on the codec.
|
||||
#[cfg(feature = "full_crypto")]
|
||||
pub trait Ss58Codec: Sized + AsMut<[u8]> + AsRef<[u8]> + Default {
|
||||
|
||||
Reference in New Issue
Block a user