From 8d66bedd177b222cba57ee2bc4adcac82fd14061 Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov Date: Mon, 8 Jan 2024 17:35:13 +0300 Subject: [PATCH] Link TODO to humanode issue --- crates/humanode-runtime/src/lib.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/humanode-runtime/src/lib.rs b/crates/humanode-runtime/src/lib.rs index da151e9a4..2fa5e847e 100644 --- a/crates/humanode-runtime/src/lib.rs +++ b/crates/humanode-runtime/src/lib.rs @@ -1338,8 +1338,7 @@ impl_runtime_apis! { access_list.unwrap_or_default(), is_transactional, validate, - // TODO: should we define limit for weight and transaction len. - // . + // TODO(#864): set proper values. None, None, &config, @@ -1378,8 +1377,7 @@ impl_runtime_apis! { access_list.unwrap_or_default(), is_transactional, validate, - // TODO: should we define limit for weight and transaction len. - // . + // TODO(#864): set proper values. None, None, &config,