mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Adding support for hidden (anonymity) txpool
This commit is contained in:
parent
3e3db92303
commit
5d7ae2d279
35 changed files with 1372 additions and 316 deletions
|
@ -40,6 +40,7 @@ set(core_tests_sources
|
|||
ring_signature_1.cpp
|
||||
transaction_tests.cpp
|
||||
tx_validation.cpp
|
||||
tx_pool.cpp
|
||||
v2_tests.cpp
|
||||
rct.cpp
|
||||
bulletproofs.cpp
|
||||
|
@ -57,6 +58,7 @@ set(core_tests_headers
|
|||
integer_overflow.h
|
||||
multisig.h
|
||||
ring_signature_1.h
|
||||
tx_pool.h
|
||||
transaction_tests.h
|
||||
tx_validation.h
|
||||
v2_tests.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue