Skip to content

Commit

Permalink
feat: enable dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
devwckd committed Dec 9, 2024
1 parent b3bdc3f commit dec28c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/governance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use polkadot_sdk::polkadot_sdk_frame as frame;
use polkadot_sdk::sp_runtime::traits::AccountIdConversion;
use polkadot_sdk::sp_std::vec::Vec;

#[frame::pallet]
#[frame::pallet(dev_mode)]
pub mod pallet {
use super::*;

Expand Down

0 comments on commit dec28c7

Please sign in to comment.