This commit is contained in:
Michael Toutonghi
2018-10-10 19:20:01 -07:00
parent 2d02c19ee7
commit 99dbf2c2ed

View File

@@ -84,7 +84,7 @@ bool TransactionBuilder::AddOpRetLast()
CScript s; CScript s;
if (opReturn) if (opReturn)
{ {
s = opReturn.value; s = opReturn.value();
} }
CTxOut out(0, s); CTxOut out(0, s);
mtx.vout.push_back(out); mtx.vout.push_back(out);