Skip to content

Commit

Permalink
Remove few leftovers of -instantsenddepth
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Nov 15, 2018
1 parent f4ec3db commit 624e509
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions doc/man/dash-qt.1
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,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
Expand Down
5 changes: 0 additions & 5 deletions doc/man/dashd.1
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,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
Expand Down
5 changes: 0 additions & 5 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 624e509

Please sign in to comment.