aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 7b368ef2b0..d066586269 100644
--- a/src/main.h
+++ b/src/main.h
@@ -176,7 +176,7 @@ CBlockIndex * InsertBlockIndex(uint256 hash);
static inline std::string BlockHashStr(const uint256& hash)
{
- return hash.ToString().substr(0, 20);
+ return hash.ToString();
}
bool GetWalletFile(CWallet* pwallet, std::string &strWalletFileOut);