diff options
author | Determinant <[email protected]> | 2018-07-16 05:00:14 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-16 05:00:14 -0400 |
commit | a7cfb274d651e858ab06eff5b28a6f77e0178cf1 (patch) | |
tree | 7d76e5b5be935ef63a47dd1ed43b391f9a7e513c /test | |
parent | aac40104573f8aabca86410cc08584acaaa74e26 (diff) |
move header files to include/hotstuff
Diffstat (limited to 'test')
-rw-r--r-- | test/test_secp256k1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_secp256k1.cpp b/test/test_secp256k1.cpp index 0991b6e..a0d3b1c 100644 --- a/test/test_secp256k1.cpp +++ b/test/test_secp256k1.cpp @@ -1,4 +1,4 @@ -#include "crypto.h" +#include "hotstuff/crypto.h" using namespace hotstuff; |