Skip to content

Commit 2591e50

Browse files
Make "bitcoin" v "Bitcoin" consistent
Made "bitcoin" v "Bitcoin" consistent by using Bitcoin for the protocol and idea, and bitcoin for the units, which I believe is conventional style.
1 parent 3b438c1 commit 2591e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0177.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ By redefining the base unit as "one bitcoin," this BIP aligns user perception wi
4343
4444
Example 1:
4545

46-
* Old display: <code>0.00010000 Bitcoin</code>
46+
* Old display: <code>0.00010000 bitcoin</code>
4747
* New display: <code>₿10,000</code> or <code>10,000 bitcoins</code> or <code>0.00010000 BTC</code>
4848
4949
Example 2:
5050

51-
* Old display: <code>10.23486 Bitcoin</code>
51+
* Old display: <code>10.23486 bitcoin</code>
5252
* New display: <code>₿1,023,486,000</code> or <code>1,023,486,000 bitcoins</code> or <code>10.23486 BTC</code>
5353
5454
Example 3:
@@ -62,7 +62,7 @@ NOTE: Traditional number display abbreviations, like <code>2.5M</code> for milli
6262

6363
* Ledger and consensus rules remain unchanged.
6464
* <code>BTC</code> as a currency code remains unchanged (1 BTC = 100,000,000 base units)
65-
* Implementations adopting this standard MUST multiply previously displayed Bitcoin amounts by 100,000,000 to determine the new integer representation.
65+
* Implementations adopting this standard MUST multiply previously displayed bitcoin amounts by 100,000,000 to determine the new integer representation.
6666
6767
===Rationale===
6868

0 commit comments

Comments
 (0)