Skip to content

Commit

Permalink
fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Jan 26, 2024
1 parent cedc33d commit f170e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/dkg/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub mod pallet {
traits::{Get, ReservableCurrency},
};
use frame_system::pallet_prelude::*;
use sp_std::prelude::*;
use tangle_primitives::jobs::JobId;

/// Configure the pallet by specifying the parameters and types on which it depends.
Expand Down

0 comments on commit f170e40

Please sign in to comment.