We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0f1f7 commit 96ebc85Copy full SHA for 96ebc85
src/config/version.h.in
@@ -7,7 +7,7 @@
7
#define APP_VER_MAJOR 0
8
#define APP_VER_MINOR 3
9
#define APP_VER_REV 1
10
-#define APP_VER_BUILD 0
+#define APP_VER_BUILD 1
11
12
#define BUILD_COMMIT_ID "@VERSION@"
13
#define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)
src/zedwallet++/CommandImplementations.cpp
@@ -437,7 +437,7 @@ void printIncomingTransfer(const WalletTypes::Transaction tx)
437
438
std::cout << InformationMsg("Unlocks in ")
439
<< InformationMsg(difference)
440
- << InformationMsg(" blocks, at approximately: ")
+ << InformationMsg(" blocks, at approximately ")
441
<< InformationMsg(ZedUtilities::unixTimeToDate(unlockInUnixTime))
442
<< std::endl
443
<< std::endl;
0 commit comments