diff options
| author | Ferdinando M. Ametrano <[email protected]> | 2017-07-14 16:47:10 +0200 |
|---|---|---|
| committer | Ferdinando M. Ametrano <[email protected]> | 2017-08-04 10:27:41 +0200 |
| commit | ce3baa193f32078d850945f8c6d5ecb3796adb3b (patch) | |
| tree | 7e5e660c41a5626e55e099f45bae2637e1b2b499 /src | |
| parent | Merge #10851: depends: fix fontconfig with newer glibc (diff) | |
| download | discoin-ce3baa193f32078d850945f8c6d5ecb3796adb3b.tar.xz discoin-ce3baa193f32078d850945f8c6d5ecb3796adb3b.zip | |
changed regtest RPCport to 18443 to avoid conflict with testnet 18332
Diffstat (limited to 'src')
| -rw-r--r-- | src/chainparamsbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chainparamsbase.cpp b/src/chainparamsbase.cpp index 43c9a13c5..469f618f7 100644 --- a/src/chainparamsbase.cpp +++ b/src/chainparamsbase.cpp @@ -57,7 +57,7 @@ class CBaseRegTestParams : public CBaseChainParams public: CBaseRegTestParams() { - nRPCPort = 18332; + nRPCPort = 18443; strDataDir = "regtest"; } }; |