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 d9595c0 commit 073eee7Copy full SHA for 073eee7
aggregation_mode/src/backend/mod.rs
@@ -192,8 +192,7 @@ impl ProofAggregator {
192
193
let elapsed_seconds = U256::from(time_elapsed.as_secs());
194
195
- let budget_available_per_second_in_wei =
196
- U256::from(monthly_budget_in_wei / SECONDS_PER_MONTH);
+ let budget_available_per_second_in_wei = monthly_budget_in_wei / SECONDS_PER_MONTH;
197
198
budget_available_per_second_in_wei * elapsed_seconds
199
}
0 commit comments