mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge pull request #2449 from UdjinM6/removeisdepth
Remove few leftovers of `-instantsenddepth`
This commit is contained in:
commit
7bef76e3df
@ -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
|
||||
|
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user