#include <coins.h>
Definition at line 84 of file coins.h.
 
◆ SaltedOutpointHasher()
      
        
          | SaltedOutpointHasher::SaltedOutpointHasher  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ operator()()
  
  
      
        
          | size_t SaltedOutpointHasher::operator()  | 
          ( | 
          const COutPoint &  | 
          id | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
This must return size_t. 
With Boost 1.46 on 32-bit systems the unordered_map will behave unpredictably if the custom hasher returns a uint64_t, resulting in failures when syncing the chain (#4634). 
Definition at line 98 of file coins.h.
 
 
◆ k0
  
  
      
        
          | const uint64_t SaltedOutpointHasher::k0 | 
         
       
   | 
  
private   | 
  
 
 
◆ k1
  
  
      
        
          | const uint64_t SaltedOutpointHasher::k1 | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: