Skip to content

Commit

Permalink
remove duplicate blsct object. rename external api test
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoex committed Oct 23, 2024
1 parent d79894a commit fdf6c0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ BLSCT_H = \
blsct/common.h \
blsct/double_public_key.h \
blsct/eip_2333/bls12_381_keygen.h \
blsct/external_api/blsct.h \
blsct/key_io.h \
blsct/private_key.h \
blsct/public_key.h \
Expand Down Expand Up @@ -223,7 +222,6 @@ BLSCT_CPP = \
blsct/common.cpp \
blsct/double_public_key.cpp \
blsct/eip_2333/bls12_381_keygen.cpp \
blsct/external_api/blsct.cpp \
blsct/key_io.cpp \
blsct/pos/helpers.cpp \
blsct/pos/pos.cpp \
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ BITCOIN_TESTS =\
test/blsct/building_block/lazy_points_tests.cpp \
test/blsct/common_tests.cpp \
test/blsct/eip_2333/bls12_381_keygen_tests.cpp \
test/blsct/external_api/blsct_tests.cpp \
test/blsct/external_api/external_api_tests.cpp \
test/blsct/keys_tests.cpp \
test/blsct/range_proof/range_proof_common_tests.cpp \
test/blsct/range_proof/generators_tests.cpp \
Expand Down
File renamed without changes.

0 comments on commit fdf6c0b

Please sign in to comment.