Skip to content

Commit

Permalink
rpc port updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ODUWAX committed May 7, 2021
1 parent 5e32db1 commit 46e2cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparamsbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CBaseMainParams : public CBaseChainParams
public:
CBaseMainParams()
{
nRPCPort = 15715;
nRPCPort = 26682;
}
};
static CBaseMainParams mainParams;
Expand Down

0 comments on commit 46e2cbd

Please sign in to comment.