Skip to content

Commit

Permalink
Add missing trait OnFinalize
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Dec 7, 2023
1 parent 0688449 commit a25f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub use frame_support::{
construct_runtime, parameter_types,
traits::{
ConstBool, ConstU128, ConstU16, ConstU32, ConstU64, ConstU8, FindAuthor, Get,
KeyOwnerProofSystem, Randomness,
KeyOwnerProofSystem, OnFinalize, Randomness,
},
weights::{
constants::{
Expand Down

0 comments on commit a25f485

Please sign in to comment.