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 50632ff commit 3d4a3a4Copy full SHA for 3d4a3a4
catalyst-toolbox/src/bin/cli/rewards/full/proposers.rs
@@ -4,6 +4,7 @@ use color_eyre::Result;
4
5
use super::python::exec_python_script;
6
7
+#[allow(clippy::too_many_arguments)]
8
pub(super) fn proposers_rewards(
9
proposer_reward_script: &Path,
10
block0: &Path,
catalyst-toolbox/src/bin/cli/rewards/veterans.rs
@@ -94,6 +94,7 @@ impl VeteransRewards {
94
}
95
96
97
98
pub fn vca_rewards(
99
reviews_csv: PathBuf,
100
output: PathBuf,
0 commit comments