Fix IsConfirmedBitcoinBlock, clean up CallRPC

This commit is contained in:
Gregory Sanders 2016-12-07 09:54:00 -05:00
parent 248e696f37
commit 285b10ce10
5 changed files with 23 additions and 12 deletions

View file

@ -48,6 +48,7 @@ public:
CBaseElementsParams()
{
nRPCPort = 9041;
nMainchainRPCPort = 18332;
strDataDir = CHAINPARAMS_ELEMENTS;
}
};
@ -61,6 +62,7 @@ public:
CBaseRegTestParams()
{
nRPCPort = 7041;
nMainchainRPCPort = 18332;
strDataDir = CHAINPARAMS_REGTEST;
}
};