![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
Disable default std::hash for CTransactionRef to prevent accidentally comparing by pointer. More...
#include <transaction.h>
Public Member Functions | |
| hash ()=delete | |
| size_t | operator() (const CTransactionRef &) const =delete |
Disable default std::hash for CTransactionRef to prevent accidentally comparing by pointer.
Use CTransactionRefHash or provide a custom hasher.
Definition at line 411 of file transaction.h.
|
delete |
|
delete |