From 522b09e0e28f8fa9a29616ab0e5b63ded48e90db Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 14 Apr 2016 05:05:42 +0800 Subject: [PATCH] app port changed to 8081 --- src/tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.h b/src/tools.h index 4a258fd..e8604ae 100644 --- a/src/tools.h +++ b/src/tools.h @@ -11,7 +11,7 @@ static_cast(value) / 1e12 #define REMOVE_HASH_BRAKETS(a_hash) \ - a_hash.substr(1, a_hash.size()-1) + a_hash.substr(1, a_hash.size()-2) #include "monero_headers.h" #include "tx_details.h"