Skip to content

Commit 95e1af9

Browse files
committed
Fix comment
1 parent 8ec2ecd commit 95e1af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/coinbase/run_coinbase.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ impl<T: Config> Pallet<T> {
158158
TotalIssuance::<T>::mutate(|total| {
159159
*total = total.saturating_add(tao_issued_i.into());
160160
});
161-
// Adjust protocol liquidity based added reserves
161+
// Adjust protocol liquidity based on added reserves
162162
T::SwapInterface::adjust_protocol_liquidity(*netuid_i, tao_in_i, alpha_in_i);
163163
}
164164

0 commit comments

Comments
 (0)