Skip to content

Commit

Permalink
Add missing function return type to SDK generation script for consist…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
apaillier-ledger committed Nov 15, 2022
1 parent a49752f commit 60fc9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def merge_c_files(sources, nodes_to_extract):
"typedef union": ["extraInfo_t"],
"__attribute__((no_instrument_function)) inline": ["int allzeroes"],
"const": ["HEXDIGITS"],
"fn": ["void getEthAddressStringFromBinary", "void getEthAddressFromKey", "void getEthDisplayableAddress", "bool adjustDecimals", "bool uint256_to_decimal", "void amountToString", "void u64_to_string", "void copy_address", "void copy_parameter", "bool U2BE_from_parameter", "U4BE_from_parameter"]
"fn": ["void getEthAddressStringFromBinary", "void getEthAddressFromKey", "void getEthDisplayableAddress", "bool adjustDecimals", "bool uint256_to_decimal", "void amountToString", "void u64_to_string", "void copy_address", "void copy_parameter", "bool U2BE_from_parameter", "bool U4BE_from_parameter"]
}
merge_headers(headers_to_merge, nodes_to_extract)

Expand Down

0 comments on commit 60fc9c1

Please sign in to comment.