Merge pull request #2449 from UdjinM6/removeisdepth

Remove few leftovers of `-instantsenddepth`
This commit is contained in:
Alexander Block 2018-11-16 09:36:38 +01:00 committed by GitHub
commit 7bef76e3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 15 deletions

View File

@ -583,11 +583,6 @@ InstantSend options:
Enable InstantSend, show confirmations for locked transactions (0\-1,
default: 1)
.HP
\fB\-instantsenddepth=\fR<n>
.IP
Show N confirmations for a successfully locked transaction (0\-60,
default: 5)
.HP
\fB\-instantsendnotify=\fR<cmd>
.IP
Execute command when a wallet InstantSend transaction is successfully

View File

@ -584,11 +584,6 @@ InstantSend options:
Enable InstantSend, show confirmations for locked transactions (0\-1,
default: 1)
.HP
\fB\-instantsenddepth=\fR<n>
.IP
Show N confirmations for a successfully locked transaction (0\-60,
default: 5)
.HP
\fB\-instantsendnotify=\fR<cmd>
.IP
Execute command when a wallet InstantSend transaction is successfully

View File

@ -947,11 +947,6 @@ void InitParameterInteraction()
LogPrintf("%s: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1\n", __func__);
}
if(!GetBoolArg("-enableinstantsend", fEnableInstantSend)){
if (SoftSetArg("-instantsenddepth", "0"))
LogPrintf("%s: parameter interaction: -enableinstantsend=false -> setting -nInstantSendDepth=0\n", __func__);
}
#ifdef ENABLE_WALLET
int nLiqProvTmp = GetArg("-liquidityprovider", DEFAULT_PRIVATESEND_LIQUIDITY);
if (nLiqProvTmp > 0) {