Files
bitcoin/src
MarcoFalke 134b42a409 Merge #14244: amount: Move CAmount CENT to unit test header
fa84723e73 amount: Move CAmount CENT to unit test header (MarcoFalke)

Pull request description:

  `CAmount` is currently not type-safe. Exporting a constant (`CENT`) that is commonly not referred to by that name might be confusing. `CENT` is only used in two places prior to this commit (`ParseMoney` and `MIN_CHANGE`). So replace these with constants relative to `COIN` and move `CENT` to the unit test header.

Tree-SHA512: 5273e96d8664ced6ae211abde2e20bc763e6e99f89404eec02c621f29e1d235e5f9b1ade933743843fae16fc24b643f883deda9221e3d9fd31229d2ab63a914f
2018-09-27 12:02:17 -04:00
..
2018-09-04 13:11:26 +02:00
2018-09-07 08:21:14 -04:00
2018-09-04 13:11:26 +02:00
2018-09-26 17:36:28 -04:00
2018-09-11 21:09:46 +08:00
2018-09-06 15:00:01 -04:00
2018-09-06 15:00:01 -04:00
2018-08-31 10:00:38 -04:00
2018-09-04 13:11:26 +02:00
2018-08-31 10:00:38 -04:00
2018-08-14 09:19:47 +00:00