You might be a king or a little street zsweeper, but sooner or later you will dance with the reaper
This commit is contained in:
@@ -104,6 +104,11 @@ bool TransactionBuilder::AddOpRetLast()
|
||||
return true;
|
||||
}
|
||||
|
||||
void TransactionBuilder::SetExpiryHeight(int nHeight)
|
||||
{
|
||||
this->mtx.nExpiryHeight = nHeight;
|
||||
}
|
||||
|
||||
void TransactionBuilder::AddOpRet(CScript &s)
|
||||
{
|
||||
opReturn.emplace(CScript(s));
|
||||
|
||||
Reference in New Issue
Block a user