mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Fix typo (#12680)
This commit is contained in:
@@ -234,7 +234,7 @@ impl BuildStorage for () {
|
|||||||
/// Consensus engine unique ID.
|
/// Consensus engine unique ID.
|
||||||
pub type ConsensusEngineId = [u8; 4];
|
pub type ConsensusEngineId = [u8; 4];
|
||||||
|
|
||||||
/// Signature verify that can work with any known signature types..
|
/// Signature verify that can work with any known signature types.
|
||||||
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
|
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
|
||||||
#[derive(Eq, PartialEq, Clone, Encode, Decode, MaxEncodedLen, RuntimeDebug, TypeInfo)]
|
#[derive(Eq, PartialEq, Clone, Encode, Decode, MaxEncodedLen, RuntimeDebug, TypeInfo)]
|
||||||
pub enum MultiSignature {
|
pub enum MultiSignature {
|
||||||
|
|||||||
Reference in New Issue
Block a user