feat: adjust config params #337
Annotations
3 errors
cannot find function `as_tors` in this scope:
test-utils/src/lib.rs#L215
error[E0425]: cannot find function `as_tors` in this scope
--> test-utils/src/lib.rs:215:52
|
215 | type DefaultAgentApplicationCost = ConstU128<{ as_tors(1_000) }>;
| ^^^^^^^ not found in this scope
|
help: you might be missing a const parameter
|
198 | impl<const as_tors: /* Type */> pallet_governance::Config for Test {
| +++++++++++++++++++++++++++
|
cannot find function `as_tors` in this scope:
test-utils/src/lib.rs#L215
error[E0425]: cannot find function `as_tors` in this scope
--> test-utils/src/lib.rs:215:52
|
215 | type DefaultAgentApplicationCost = ConstU128<{ as_tors(1_000) }>;
| ^^^^^^^ not found in this scope
|
help: you might be missing a const parameter
|
198 | impl<const as_tors: /* Type */> pallet_governance::Config for Test {
| +++++++++++++++++++++++++++
|
check
Clippy had exited with the 101 exit code
|