diff options
| author | Gavin Andresen <[email protected]> | 2012-06-18 10:48:40 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-06-18 10:48:40 -0400 |
| commit | 550c73f4c87825e8524f7f164e0bc3e80c6822b9 (patch) | |
| tree | a674350fd0b5b4dd017ce5c553a268d960cbf287 /src/netbase.h | |
| parent | Merge pull request #1480 from fanquake/master (diff) | |
| parent | Move NOINLINE definition to test where it's used. (diff) | |
| download | discoin-550c73f4c87825e8524f7f164e0bc3e80c6822b9.tar.xz discoin-550c73f4c87825e8524f7f164e0bc3e80c6822b9.zip | |
Merge branch 'signbugs' of https://github.com/wizeman/bitcoin
Resolved minor conflict in main.cpp
Diffstat (limited to 'src/netbase.h')
| -rw-r--r-- | src/netbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netbase.h b/src/netbase.h index 0f6fc9b49..a66d3e7f6 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -66,7 +66,7 @@ class CNetAddr std::string ToString() const; std::string ToStringIP() const; int GetByte(int n) const; - int64 GetHash() const; + uint64 GetHash() const; bool GetInAddr(struct in_addr* pipv4Addr) const; std::vector<unsigned char> GetGroup() const; int GetReachabilityFrom(const CNetAddr *paddrPartner = NULL) const; |