mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Disable validators but don't kick them (#2870)
* Disable validators but don't kick them * Bump runtime * Remove stray printlns
This commit is contained in:
@@ -819,7 +819,7 @@ pub trait ValidateUnsigned {
|
||||
|
||||
/// Opaque datatype that may be destructured into a series of raw byte slices (which represent
|
||||
/// individual keys).
|
||||
pub trait OpaqueKeys {
|
||||
pub trait OpaqueKeys: Clone {
|
||||
/// Return the number of encoded keys.
|
||||
fn count() -> usize { 0 }
|
||||
/// Get the raw bytes of key with index `i`.
|
||||
|
||||
Reference in New Issue
Block a user