wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump

This commit is contained in:
fanquake
2021-08-16 14:10:34 +08:00
parent 3facf0a8ae
commit 14b4802405
3 changed files with 3 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ static const int CLIENT_VERSION =
+ 1 * CLIENT_VERSION_BUILD;
extern const std::string CLIENT_NAME;
extern const std::string CLIENT_BUILD;
std::string FormatFullVersion();