Skip to content

Commit

Permalink
Update coins.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cqtenq committed Sep 24, 2014
1 parent 9cde7d1 commit a72b6f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/coins.h
Expand Up @@ -40,7 +40,7 @@
* - code = 4 (vout[1] is not spent, and 0 non-zero bytes of bitvector follow)
* - unspentness bitvector: as 0 non-zero bytes follow, it has length 0
* - vout[1]: 835800816115944e077fe7c803cfa57f29b36bf87c1d35
* * 8358: compact amount representation for 60000000000 (600 BTC)
* * 8358: compact amount representation for 60000000000 (600 FTC)
* * 00: special txout type pay-to-pubkey-hash
* * 816115944e077fe7c803cfa57f29b36bf87c1d35: address uint160
* - height = 203998
Expand All @@ -56,11 +56,11 @@
* 2 (1, +1 because both bit 2 and bit 4 are unset) non-zero bitvector bytes follow)
* - unspentness bitvector: bits 2 (0x04) and 14 (0x4000) are set, so vout[2+2] and vout[14+2] are unspent
* - vout[4]: 86ef97d5790061b01caab50f1b8e9c50a5057eb43c2d9563a4ee
* * 86ef97d579: compact amount representation for 234925952 (2.35 BTC)
* * 86ef97d579: compact amount representation for 234925952 (2.35 FTC)
* * 00: special txout type pay-to-pubkey-hash
* * 61b01caab50f1b8e9c50a5057eb43c2d9563a4ee: address uint160
* - vout[16]: bbd123008c988f1a4a4de2161e0f50aac7f17e7f9555caa4
* * bbd123: compact amount representation for 110397 (0.001 BTC)
* * bbd123: compact amount representation for 110397 (0.001 FTC)
* * 00: special txout type pay-to-pubkey-hash
* * 8c988f1a4a4de2161e0f50aac7f17e7f9555caa4: address uint160
* - height = 120891
Expand Down Expand Up @@ -334,7 +334,7 @@ class CCoinsViewCache : public CCoinsViewBacked
// Calculate the size of the cache (in number of transactions)
unsigned int GetCacheSize();

/** Amount of bitcoins coming in to a transaction
/** Amount of feathercoins coming in to a transaction
Note that lightweight clients may not know anything besides the hash of previous transactions,
so may not be able to calculate this.
Expand Down

0 comments on commit a72b6f6

Please sign in to comment.