[PT-167805291] Add opcode for ecrecover (#122)
* Add opcode for ecrecover * Update aebytecode * Extend signature bytes type used for ecrecover * Add ecrecover to changelog * Add some type specs * Please dialyzer
This commit is contained in:
committed by
Hans Svensson
parent
b669d2df1e
commit
dd26649f7d
+1
-2
@@ -22,8 +22,7 @@
|
||||
string(String) ->
|
||||
string(String, sets:new(), []).
|
||||
|
||||
|
||||
-spec string(string(), compiler:options()) -> parse_result().
|
||||
-spec string(string(), aeso_compiler:options()) -> parse_result().
|
||||
string(String, Opts) ->
|
||||
case lists:keyfind(src_file, 1, Opts) of
|
||||
{src_file, File} -> string(String, sets:add_element(File, sets:new()), Opts);
|
||||
|
||||
Reference in New Issue
Block a user