We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7514a commit 9965318Copy full SHA for 9965318
pallets/subtensor/src/macros/dispatches.rs
@@ -1243,6 +1243,7 @@ mod dispatches {
1243
#[pallet::weight((Weight::from_parts(91_000_000, 0)
1244
.saturating_add(T::DbWeight::get().reads(27))
1245
.saturating_add(T::DbWeight::get().writes(22)), DispatchClass::Normal, Pays::No))]
1246
+ #[cfg(feature = "pow-faucet")]
1247
pub fn faucet(
1248
origin: OriginFor<T>,
1249
block_number: u64,
0 commit comments