diff --git a/substrate/demo/runtime/src/runtime/staking.rs b/substrate/demo/runtime/src/runtime/staking.rs index e3a5b5289ca325e87754999a6b2ddbfda866b920..132c36af9a56abf093c465d1769b8412e891ccf2 100644 --- a/substrate/demo/runtime/src/runtime/staking.rs +++ b/substrate/demo/runtime/src/runtime/staking.rs @@ -301,8 +301,7 @@ pub mod public { // TODO: logging (logs are just placed in a notable storage-based vector and cleared every // block). - // TODO: execute code with get_storage, set_storage, clear_storage, create and transfer as - // invokable externalities. + // TODO: execute code with ext(), put_storage, create and transfer as externalities. storage::put(CALL_DEPTH, &call_depth); true