|
|
@ -2250,9 +2250,11 @@ void iguana_main(void *arg) |
|
|
|
} |
|
|
|
else if ( strncmp((char *)arg,"notary",strlen("notary")) == 0 ) // must be second to last
|
|
|
|
{ |
|
|
|
if ( strcmp((char *)arg,"notary_nosplit") == 0 ) |
|
|
|
myinfo->nosplit = 1; |
|
|
|
myinfo->rpcport = IGUANA_NOTARYPORT; |
|
|
|
if ( strcmp((char *)arg,"notary_thirdparty") == 0 ) |
|
|
|
myinfo->rpcport = IGUANA_NOTARYPORT2; |
|
|
|
else |
|
|
|
myinfo->rpcport = IGUANA_NOTARYPORT; |
|
|
|
myinfo->nosplit = 1; |
|
|
|
myinfo->IAMNOTARY = 1; |
|
|
|
myinfo->DEXEXPLORER = 0;//1; disable as SPV is used now
|
|
|
|
} |
|
|
|