Skip to content

Commit 290498e

Browse files
author
unconst
committed
reset default staking fee
1 parent 0e367f7 commit 290498e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ pub mod pallet {
717717
/// Default staking fee.
718718
/// 500k rao matches $0.25 at $500/TAO
719719
pub fn DefaultStakingFee<T: Config>() -> u64 {
720-
500_000
720+
50_000
721721
}
722722

723723
#[pallet::type_value]

0 commit comments

Comments
 (0)