Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed May 19, 2022
1 parent bf7ab9d commit 3c0ae04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/codegen/src/yul/runtime/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ pub(super) fn make_abi_decode(
},
};

let returns: Vec<_> = returns.iter().map(|var| var.ident()).collect();
let returns: Vec<_> = returns.iter().map(YulVariable::ident).collect();
let func_def = function_definition! {
function [func_name.ident()]([src.ident()], [enc_size.ident()]) -> [returns...] {
[size_check...]
Expand Down

0 comments on commit 3c0ae04

Please sign in to comment.