aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:33:03 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:33:03 +0000
commit8ddc257a4b422aee2a0e58362f31fbd32301f12f (patch)
treefb959be4432cd9d8eea9402de79890a7131e39f0 /src/main.h
parent982f4fd301435e56bb959267a8f69ff793b10e26 (diff)
parent448f6b3d9b6d598f6a3db7807934d10fe94d5a71 (diff)
downloadbitcoin-8ddc257a4b422aee2a0e58362f31fbd32301f12f.tar.xz
Merge branch '0.4.x' into 0.5.x
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 5357413cdc..13931d077a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -564,7 +564,7 @@ public:
if (nBlockSize == 1)
{
// Transactions under 10K are free
- // (about 4500bc if made of 50bc inputs)
+ // (about 4500 BTC if made of 50 BTC inputs)
if (nBytes < 10000)
nMinFee = 0;
}