fix
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
static const int32_t iguanaPort = 9997;
|
static const int32_t iguanaPort = 9997;
|
||||||
static const int8_t BTCminsigs = 13;
|
static const int8_t BTCminsigs = 13;
|
||||||
static const int8_t overrideMinSigs = 2;
|
static const int8_t overrideMinSigs = 0;
|
||||||
static const char *iguanaSeeds[8][1] =
|
static const char *iguanaSeeds[8][1] =
|
||||||
{
|
{
|
||||||
{"80.240.17.222"},
|
{"80.240.17.222"},
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ UniValue getiguanajson(const UniValue& params, bool fHelp)
|
|||||||
|
|
||||||
json.push_back(Pair("port",iguanaPort));
|
json.push_back(Pair("port",iguanaPort));
|
||||||
json.push_back(Pair("BTCminsigs",BTCminsigs));
|
json.push_back(Pair("BTCminsigs",BTCminsigs));
|
||||||
json.push_back(Pair("minsigs",minsigs));
|
json.push_back(Pair("minsigs",2));
|
||||||
json.push_back(Pair("seeds", seeds));
|
json.push_back(Pair("seeds", seeds));
|
||||||
json.push_back(Pair("notaries",notaries));
|
json.push_back(Pair("notaries",notaries));
|
||||||
return json;
|
return json;
|
||||||
|
|||||||
Reference in New Issue
Block a user