Moved stack allocation from memory to calldata

This commit is contained in:
PedroCailleret
2023-05-22 06:40:53 -03:00
parent 4281526d77
commit 26a495246e
43 changed files with 933 additions and 826 deletions

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/cd64a64b3749ac90866585a6471cc921.json"
"buildInfo": "../../../build-info/3d12978eb8a70621f317c36179381ad8.json"
}

View File

@@ -203,9 +203,9 @@
},
{
"indexed": false,
"internalType": "uint256",
"internalType": "address",
"name": "seller",
"type": "uint256"
"type": "address"
},
{
"indexed": false,