Add custom ordering token deploy test

This commit is contained in:
nolash
2021-10-10 19:59:52 +02:00
parent 6a5b0388ec
commit fee303cf85
4 changed files with 79 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ class CICEth:
typ = self.token_details['extra_types'][i]
else:
typ = self.__detect_arg_type(x)
arg_types.append(typ)
args_types.append(typ)
positions = self.token_details['positions']
if positions == None: