docs: improve torus substrate docstrings (#71) #626
Annotations
3 errors
cannot find value `agent_key` in this scope:
pallets/torus0/src/stake.rs#L81
error[E0425]: cannot find value `agent_key` in this scope
--> pallets/torus0/src/stake.rs:81:76
|
81 | crate::Pallet::<T>::deposit_event(crate::Event::<T>::StakeRemoved(key, agent_key, amount));
| ^^^^^^^^^ not found in this scope
|
cannot find value `key` in this scope:
pallets/torus0/src/stake.rs#L81
error[E0425]: cannot find value `key` in this scope
--> pallets/torus0/src/stake.rs:81:71
|
81 | crate::Pallet::<T>::deposit_event(crate::Event::<T>::StakeRemoved(key, agent_key, amount));
| ^^^ not found in this scope
|
check
Clippy had exited with the 101 exit code
|