diff options
| author | Pieter Wuille <[email protected]> | 2012-01-17 02:12:35 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-01-17 02:12:35 +0100 |
| commit | c981d768b3cb0cf0879b3d70d3b548692fff0882 (patch) | |
| tree | 3b350bb166cb07d8df1542b6fa0dc12614a8c1e8 /src/protocol.h | |
| parent | Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin (diff) | |
| download | discoin-c981d768b3cb0cf0879b3d70d3b548692fff0882.tar.xz discoin-c981d768b3cb0cf0879b3d70d3b548692fff0882.zip | |
Fix handling of default ports
Diffstat (limited to 'src/protocol.h')
| -rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 67e20d94e..a0bf677aa 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -67,7 +67,7 @@ class CAddress : public CService { public: CAddress(); - CAddress(CService ipIn, uint64 nServicesIn=NODE_NETWORK); + explicit CAddress(CService ipIn, uint64 nServicesIn=NODE_NETWORK); void Init(); |