Moved stack allocation from memory to calldata
This commit is contained in:
@@ -208,9 +208,9 @@
|
||||
},
|
||||
{
|
||||
"indexed": false,
|
||||
"internalType": "uint256",
|
||||
"internalType": "address",
|
||||
"name": "seller",
|
||||
"type": "uint256"
|
||||
"type": "address"
|
||||
},
|
||||
{
|
||||
"indexed": false,
|
||||
@@ -467,9 +467,9 @@
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
"internalType": "uint256",
|
||||
"internalType": "address",
|
||||
"name": "sellerKey",
|
||||
"type": "uint256"
|
||||
"type": "address"
|
||||
}
|
||||
],
|
||||
"name": "sellerAllowList",
|
||||
|
||||
Reference in New Issue
Block a user