remove testnet blocks

This commit is contained in:
wowario 2023-01-25 19:44:23 +03:00
parent 010f4d61f9
commit 225e079087
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
2 changed files with 1 additions and 1 deletions

View file

@ -41,7 +41,7 @@ const size_t ${BLOB_NAME}_len = sizeof(${BLOB_NAME});
"
)
]=])
foreach(BLOB_NAME checkpoints testnet_blocks)
foreach(BLOB_NAME checkpoints)
set(OUTPUT_C_SOURCE "generated_${BLOB_NAME}.c")
list(APPEND GENERATED_SOURCES ${OUTPUT_C_SOURCE})
set(INPUT_DAT_FILE "${BLOB_NAME}.dat")

Binary file not shown.