Remove spurios opret in tx builder, don't wait forever for blocks before mining, add delay to getblocktemplate
This commit is contained in:
@@ -85,9 +85,9 @@ bool TransactionBuilder::AddOpRetLast()
|
||||
if (opReturn)
|
||||
{
|
||||
s = opReturn.value();
|
||||
CTxOut out(0, s);
|
||||
mtx.vout.push_back(out);
|
||||
}
|
||||
CTxOut out(0, s);
|
||||
mtx.vout.push_back(out);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user