This commit is contained in:
Gav
2018-02-23 11:49:15 +01:00
parent 0a3d406236
commit 0502c939cf
@@ -301,8 +301,7 @@ pub mod public {
// TODO: logging (logs are just placed in a notable storage-based vector and cleared every // TODO: logging (logs are just placed in a notable storage-based vector and cleared every
// block). // block).
// TODO: execute code with get_storage, set_storage, clear_storage, create and transfer as // TODO: execute code with ext(), put_storage, create and transfer as externalities.
// invokable externalities.
storage::put(CALL_DEPTH, &call_depth); storage::put(CALL_DEPTH, &call_depth);
true true