Skip to content

Commit

Permalink
modify xmv amount
Browse files Browse the repository at this point in the history
  • Loading branch information
instanceme committed Feb 8, 2018
1 parent e62149a commit 44c3c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools.h
Expand Up @@ -8,7 +8,7 @@
#define PATH_SEPARARTOR '/'

#define XMR_AMOUNT(value) \
static_cast<double>(value) / 1e12
static_cast<double>(value) / 1e11

#define REMOVE_HASH_BRAKETS(a_hash) \
a_hash.substr(1, a_hash.size()-2)
Expand Down

0 comments on commit 44c3c04

Please sign in to comment.