diff options
| author | Alexander Blair <snipa@jagtech.io> | 2021-01-07 17:55:23 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2021-01-07 17:55:23 -0800 |
| commit | 8fef32e45c80aec41f25be9d1d8fb75adc883c64 (patch) | |
| tree | 4bf9e47a9af9b13fc89b63831e883db264c4fdef /src/cryptonote_basic/CMakeLists.txt | |
| parent | 7f1a83b852a3bcacea3cc01693ea7722344e338c (diff) | |
| parent | ba3c627c57e3aebd56c35b45ec8bd310995fa467 (diff) | |
| download | monzero-core-0.17.1.9.tar.gz monzero-core-0.17.1.9.tar.xz monzero-core-0.17.1.9.zip | |
Merge pull request #7292v0.17.1.9
ba3c627c5 Command max_bytes moved from dynamic map to static switch (Lee Clagett)
Diffstat (limited to 'src/cryptonote_basic/CMakeLists.txt')
| -rw-r--r-- | src/cryptonote_basic/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_basic/CMakeLists.txt b/src/cryptonote_basic/CMakeLists.txt index 113fd9d86..5286256c7 100644 --- a/src/cryptonote_basic/CMakeLists.txt +++ b/src/cryptonote_basic/CMakeLists.txt @@ -38,6 +38,7 @@ endif() set(cryptonote_basic_sources account.cpp + connection_context.cpp cryptonote_basic_impl.cpp cryptonote_format_utils.cpp difficulty.cpp |
