mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +00:00
Remove deprecated authorities function (#2785)
* Remove deprecated authorities function * Bump spec * Fixes compilation * Remove last piece
This commit is contained in:
@@ -84,7 +84,6 @@ mod utils;
|
||||
/// # }
|
||||
/// # fn execute_block(_block: Block) {}
|
||||
/// # fn initialize_block(_header: &Header) {}
|
||||
/// # fn authorities() -> Vec<runtime_primitives::traits::AuthorityIdFor<Block>> { unimplemented!() }
|
||||
/// # }
|
||||
///
|
||||
/// impl self::Balance<Block> for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user