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 8ec2ecd commit 95e1af9Copy full SHA for 95e1af9
pallets/subtensor/src/coinbase/run_coinbase.rs
@@ -158,7 +158,7 @@ impl<T: Config> Pallet<T> {
158
TotalIssuance::<T>::mutate(|total| {
159
*total = total.saturating_add(tao_issued_i.into());
160
});
161
- // Adjust protocol liquidity based added reserves
+ // Adjust protocol liquidity based on added reserves
162
T::SwapInterface::adjust_protocol_liquidity(*netuid_i, tao_in_i, alpha_in_i);
163
}
164
0 commit comments