Skip to content

Commit

Permalink
Link TODO to humanode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Jan 8, 2024
1 parent 020def5 commit 8d66bed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
// <https://github.com/paritytech/frontier/pull/1039>.
// TODO(#864): set proper values.
None,
None,
&config,
Expand Down Expand Up @@ -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.
// <https://github.com/paritytech/frontier/pull/1039>.
// TODO(#864): set proper values.
None,
None,
&config,
Expand Down

0 comments on commit 8d66bed

Please sign in to comment.