removing useless tip
This commit is contained in:
@@ -117,9 +117,6 @@
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="stakingCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Serves to disable the trivial sendmoney when OS account compromised. Provides no real security.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>* Tick for staking only</string>
|
||||
</property>
|
||||
|
||||
@@ -429,6 +429,10 @@ bool EvalScript(vector<vector<unsigned char> >& stack, const CScript& script, un
|
||||
case OP_COUNT_ACKS:
|
||||
{
|
||||
|
||||
if (SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS) {
|
||||
return set_error(serror, SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS);
|
||||
}
|
||||
|
||||
// (secondary_chain_id ack_period liveness_period -- )
|
||||
if (stack.size() < 3)
|
||||
return set_error(serror, SCRIPT_ERR_INVALID_STACK_OPERATION);
|
||||
|
||||
Reference in New Issue
Block a user