Kaynağa Gözat

council - minor conditions simplification III

ondratra 4 yıl önce
ebeveyn
işleme
0e896fddc1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      runtime-modules/council/src/lib.rs

+ 1 - 1
runtime-modules/council/src/lib.rs

@@ -681,7 +681,7 @@ impl<T: Trait> Module<T> {
 
                 // depleted budget or no accumulated reward to be paid?
                 if balance == 0.into() || unpaid_reward == 0.into() {
-                    // no need to update council member record here their; unpaid reward will be recalculated next time rewards are paid
+                    // no need to update council member record here; their unpaid reward will be recalculated next time rewards are paid
 
                     // emit event
                     Self::deposit_event(RawEvent::RewardPayment(