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 712d01c commit c4b96d0Copy full SHA for c4b96d0
scripts/benchmark_action.sh
@@ -16,7 +16,7 @@ cargo build --profile production -p node-subtensor --features runtime-benchmarks
16
PALLETS=(subtensor admin_utils collective commitments drand proxy utility)
17
declare -A DISPATCH_PATHS=(
18
[subtensor]="../pallets/subtensor/src/macros/dispatches.rs"
19
- [admin-utils]="../pallets/admin-utils/src/lib.rs"
+ [admin_utils]="../pallets/admin-utils/src/lib.rs"
20
[collective]="../pallets/collective/src/lib.rs"
21
[commitments]="../pallets/commitments/src/lib.rs"
22
[drand]="../pallets/drand/src/lib.rs"
0 commit comments