diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-26 03:12:12 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-08-01 17:49:57 +0000 |
commit | 3c726dd3c07acdda465522f027ba115b4185afaf (patch) | |
tree | c530730f0d9c9b06c3aae20c84e11f88cbfbdb6c /src/main.h | |
parent | 814efd6f1fc83afb9ed4bb3c0808ee3bab11d10d (diff) |
Bugfix: Use standard BTC unit in comments
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 301badcca9..9b58b713d0 100644 --- a/src/main.h +++ b/src/main.h @@ -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; } |