Explorar el Código

council - minor conditions simplification III

ondratra hace 4 años
padre
commit
0e896fddc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(