Skip to content

Commit

Permalink
Revert "Make faucet free"
Browse files Browse the repository at this point in the history
This reverts commit a470e3b.
  • Loading branch information
JoshOrndorff committed Jan 12, 2024
1 parent 371220c commit 38997d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub mod pallet {
#[pallet::call]
impl<T: Config> Pallet<T> {
/// Claim a few tokens from the faucet
#[pallet::weight((Weight::from(0), Pays::No))]
#[pallet::weight(1_000_000)]
pub fn claim(origin: OriginFor<T>) -> DispatchResult {
let caller = ensure_signed(origin)?;

Expand Down

0 comments on commit 38997d6

Please sign in to comment.