rpc: Only show version string if it matches expected pattern

This commit is contained in:
Nathan Dorfman 2019-11-12 15:41:05 -07:00
parent 3293780992
commit dce6f055f9
6 changed files with 153 additions and 2 deletions

View file

@ -92,7 +92,8 @@ set(unit_tests_sources
ringdb.cpp
wipeable_string.cpp
is_hdd.cpp
aligned.cpp)
aligned.cpp
rpc_version_str.cpp)
set(unit_tests_headers
unit_tests_utils.h)