merge bitcoin#23293: Add comment to COIN constant

This commit is contained in:
Kittywhiskers Van Gogh 2024-10-21 11:04:43 +00:00
parent 5fb2cc8bb6
commit e3e225f59d
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -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.