mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-04 10:46:19 +00:00
[doc] Coin: explain that IsSpent() can also mean never existed
This commit is contained in:
parent
bc933aeaf0
commit
1404c57403
@ -73,6 +73,9 @@ public:
|
||||
::Unserialize(s, Using<TxOutCompression>(out));
|
||||
}
|
||||
|
||||
/** Either this coin never existed (see e.g. coinEmpty in coins.cpp), or it
|
||||
* did exist and has been spent.
|
||||
*/
|
||||
bool IsSpent() const {
|
||||
return out.IsNull();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user