Remove unused files from plugin-sdk generation

This commit is contained in:
Francois Beutin
2024-01-15 17:12:49 +01:00
parent 5e48f0cf5d
commit 6fe2d92d3b
2 changed files with 202 additions and 1 deletions

View File

@@ -155,7 +155,6 @@ if __name__ == "__main__":
# one, copied to sdk
headers_to_merge = [
"src/tokens.h",
"src/chainConfig.h",
"src/utils.h",
"src/ethUstream.h",
"src/ethUtils.h",
@@ -220,6 +219,7 @@ if __name__ == "__main__":
files_to_copy = [
"CHANGELOG.md",
"README.md",
"LICENSE",
"standard_plugin.mk",
]
for file in files_to_copy: