Browse Source
* add regtest support * set default regtest ssl and tcp ports to 51002 and 51002 * regtest inherits parameters from testnet3.2.x
fivepiece
7 years ago
committed by
ghost43
6 changed files with 28 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
{ |
|||
"127.0.0.1": { |
|||
"pruning": "-", |
|||
"s": "51002", |
|||
"t": "51001", |
|||
"version": "1.2" |
|||
} |
|||
} |
Loading…
Reference in new issue