aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordogecoin <[email protected]>2013-12-25 22:35:09 -0800
committerdogecoin <[email protected]>2013-12-25 22:35:09 -0800
commit2ee5cb3396df66c10fef34480a183d00e3bec635 (patch)
tree0413f70607f4257c5c39ba4dfb7208e18ab8d10a /src/main.cpp
parentMerge pull request #49 from siavashg/master (diff)
parentadd v1.3 graphic (diff)
downloadarchived-discoin-1.4alpha.tar.xz
archived-discoin-1.4alpha.zip
Merge pull request #52 from billym2k/masterv1.31.4alpha
Fix dust issue
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b8a61cce3..bd66a4523 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -61,7 +61,7 @@ int64 nHPSTimerStart;
// Settings
int64 nTransactionFee = 0;
-int64 nMinimumInputValue = CENT / 100;
+int64 nMinimumInputValue = CENT;