mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 18:27:56 +00:00
Ensure cumulus/bridges is ignored by formatter and run it (#1369)
This commit is contained in:
@@ -334,10 +334,10 @@ impl<T: Config> Pallet<T> {
|
||||
contribution.length.saturating_dec();
|
||||
|
||||
let Some(mut pool_record) = InstaPoolHistory::<T>::get(r) else {
|
||||
continue;
|
||||
continue
|
||||
};
|
||||
let Some(total_payout) = pool_record.maybe_payout else {
|
||||
break;
|
||||
break
|
||||
};
|
||||
let p = total_payout
|
||||
.saturating_mul(contributed_parts.into())
|
||||
|
||||
Reference in New Issue
Block a user