mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
merge bitcoin#23293: Add comment to COIN constant
This commit is contained in:
parent
5fb2cc8bb6
commit
e3e225f59d
@ -11,6 +11,7 @@
|
||||
/** Amount in satoshis (Can be negative) */
|
||||
typedef int64_t CAmount;
|
||||
|
||||
/** The amount of satoshis in one BTC. */
|
||||
static constexpr CAmount COIN = 100000000;
|
||||
|
||||
/** No amount larger than this (in satoshi) is valid.
|
||||
|
Loading…
Reference in New Issue
Block a user