Skip to content

Commit

Permalink
chore: increase maximum size allowed for solidity tuple type (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 committed Jul 22, 2024
1 parent 42c3571 commit fb76b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/src/solidity/codec/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Codec for () {
}
}

#[impl_for_tuples(1, 18)]
#[impl_for_tuples(1, 20)]
impl Codec for Tuple {
fn has_static_size() -> bool {
for_tuples!(#( Tuple::has_static_size() )&*)
Expand Down

0 comments on commit fb76b76

Please sign in to comment.