mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
remove unused blocks.dat
This commit is contained in:
parent
234674922c
commit
a400e47582
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const size_t ${BLOB_NAME}_len = sizeof(${BLOB_NAME});
|
||||||
"
|
"
|
||||||
)
|
)
|
||||||
]=])
|
]=])
|
||||||
foreach(BLOB_NAME checkpoints testnet_blocks stagenet_blocks)
|
foreach(BLOB_NAME checkpoints)
|
||||||
set(OUTPUT_C_SOURCE "generated_${BLOB_NAME}.c")
|
set(OUTPUT_C_SOURCE "generated_${BLOB_NAME}.c")
|
||||||
list(APPEND GENERATED_SOURCES ${OUTPUT_C_SOURCE})
|
list(APPEND GENERATED_SOURCES ${OUTPUT_C_SOURCE})
|
||||||
set(INPUT_DAT_FILE "${BLOB_NAME}.dat")
|
set(INPUT_DAT_FILE "${BLOB_NAME}.dat")
|
||||||
|
|
Loading…
Reference in a new issue