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
1150d0e9fc
commit
c868ef325e
5 changed files with 23 additions and 11 deletions
|
|
@ -45,6 +45,7 @@ public:
|
|||
CBaseElementsParams()
|
||||
{
|
||||
nRPCPort = 9041;
|
||||
nMainchainRPCPort = 18332;
|
||||
strDataDir = CHAINPARAMS_ELEMENTS;
|
||||
}
|
||||
};
|
||||
|
|
@ -58,6 +59,7 @@ public:
|
|||
CBaseRegTestParams()
|
||||
{
|
||||
nRPCPort = 7041;
|
||||
nMainchainRPCPort = 18332;
|
||||
strDataDir = CHAINPARAMS_REGTEST;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue