mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Fix IsConfirmedBitcoinBlock, clean up CallRPC
This commit is contained in:
parent
248e696f37
commit
285b10ce10
5 changed files with 23 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue