Преглед на файлове

council - minor conditions simplification III

ondratra преди 4 години
родител
ревизия
0e896fddc1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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(