Regtest ports (#18)
* Ignore IntelliJ files * Regtest RPC Port to 17413
This commit is contained in:
parent
72120bff0d
commit
8708d4bc17
5
.gitignore
vendored
5
.gitignore
vendored
@ -109,3 +109,8 @@ test/cache/*
|
||||
|
||||
libbitcoinconsensus.pc
|
||||
contrib/devtools/split-debug.sh
|
||||
|
||||
#IntelliJ
|
||||
*.iml
|
||||
.idea/
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@ class CBaseRegTestParams : public CBaseChainParams
|
||||
public:
|
||||
CBaseRegTestParams()
|
||||
{
|
||||
nRPCPort = 17313;
|
||||
nRPCPort = 17413;
|
||||
strDataDir = "regtest";
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user