Skip to content

Commit 96ebc85

Browse files
committed
Update CommandImplementations.cpp
Update version version.h.in
1 parent 9f0f1f7 commit 96ebc85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define APP_VER_MAJOR 0
88
#define APP_VER_MINOR 3
99
#define APP_VER_REV 1
10-
#define APP_VER_BUILD 0
10+
#define APP_VER_BUILD 1
1111

1212
#define BUILD_COMMIT_ID "@VERSION@"
1313
#define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)

src/zedwallet++/CommandImplementations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ void printIncomingTransfer(const WalletTypes::Transaction tx)
437437

438438
std::cout << InformationMsg("Unlocks in ")
439439
<< InformationMsg(difference)
440-
<< InformationMsg(" blocks, at approximately: ")
440+
<< InformationMsg(" blocks, at approximately ")
441441
<< InformationMsg(ZedUtilities::unixTimeToDate(unlockInUnixTime))
442442
<< std::endl
443443
<< std::endl;

0 commit comments

Comments
 (0)