Skip to content

Commit

Permalink
Test signed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreadinenno committed Feb 6, 2024
1 parent 7fb1536 commit 457ee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vault/adapter/abstracts/UniversalAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ contract UniversalAdapter is AdapterBase {
return res;
}

function _encodeContractCall(ExecutionData memory execData, bytes[2] memory dynamicValues) internal view returns (bytes memory encodedCalldata) {
function _encodeContractCall(ExecutionData memory execData, bytes[2] memory dynamicValues) internal pure returns (bytes memory encodedCalldata) {
// encode and store dynamic params
for(uint i=0; i<execData.dynamicParams.length; i++) {
DynamicParam memory dynamicParam = execData.dynamicParams[i];
Expand Down

0 comments on commit 457ee2c

Please sign in to comment.