mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
Migrate pallet-babe to pallet attribute macro. (#8310)
* Migrate pallet-babe to pallet attribute macro. * Remove unnecessary bound in pallet storage. Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ mod tests {
|
||||
let equivocation_proof = generate_equivocation_proof(
|
||||
offending_authority_index,
|
||||
offending_authority_pair,
|
||||
CurrentSlot::get() + 1,
|
||||
CurrentSlot::<Test>::get() + 1,
|
||||
);
|
||||
|
||||
println!("equivocation_proof: {:?}", equivocation_proof);
|
||||
|
||||
Reference in New Issue
Block a user