mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 13:48:00 +00:00
Use LOG_TARGET in consensus related crates (#12875)
* Use shared LOG_TARGET in consensus related crates * Rename target from "afg" to "grandpa"
This commit is contained in:
@@ -50,6 +50,8 @@ use sp_consensus_vrf::schnorrkel;
|
||||
|
||||
pub use sp_consensus_babe::{AuthorityId, PUBLIC_KEY_LENGTH, RANDOMNESS_LENGTH, VRF_OUTPUT_LENGTH};
|
||||
|
||||
const LOG_TARGET: &str = "runtime::babe";
|
||||
|
||||
mod default_weights;
|
||||
mod equivocation;
|
||||
mod randomness;
|
||||
|
||||
Reference in New Issue
Block a user