app port changed to 8081

This commit is contained in:
moneroexamples 2016-04-14 05:05:42 +08:00
parent 74ecbcae4c
commit 522b09e0e2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
static_cast<double>(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"