Proper path implementation with array support

This commit is contained in:
Alexandre Paillier
2022-04-08 18:55:56 +02:00
parent 0e386a4204
commit 45dfd5d6a6
6 changed files with 443 additions and 15 deletions

View File

@@ -20,9 +20,11 @@ bool init_eip712_context(void)
mem_init();
if (init_sol_typenames() == false)
{
return false;
}
if (init_path() == false)
if (path_init() == false)
{
return false;
}