From 0502c939cfeac879f78f9099a258cf58a8625ac1 Mon Sep 17 00:00:00 2001
From: Gav <gavin@parity.io>
Date: Fri, 23 Feb 2018 11:49:15 +0100
Subject: [PATCH] comment

---
 substrate/demo/runtime/src/runtime/staking.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/substrate/demo/runtime/src/runtime/staking.rs b/substrate/demo/runtime/src/runtime/staking.rs
index e3a5b5289ca..132c36af9a5 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
-- 
GitLab