From 8911ac0b27510914efbfed80ddfb7f19757ac102 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 26 Jul 2012 03:12:12 +0000 Subject: Bugfix: Use standard BTC unit in comments --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3