aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 03:12:12 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:27:46 +0000
commit8911ac0b27510914efbfed80ddfb7f19757ac102 (patch)
tree44478b4afa5dd882e6b2cce29ab8e14171d4791e /src
parent9e98fe6f584d8bdd0ffe4d5dc5c0b908beb456db (diff)
downloadbitcoin-8911ac0b27510914efbfed80ddfb7f19757ac102.tar.xz
Bugfix: Use standard BTC unit in comments
Diffstat (limited to 'src')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 7aa660dba7..4edea5ed46 100644
--- a/src/main.h
+++ b/src/main.h
@@ -558,7 +558,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;
}