Bugfix: Use standard BTC unit in comments

This commit is contained in:
Luke Dashjr
2012-07-26 03:12:12 +00:00
parent 814efd6f1f
commit 3c726dd3c0
2 changed files with 3 additions and 3 deletions

View File

@@ -552,7 +552,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;
}