This commit is contained in:
jl777
2017-07-15 11:24:57 +02:00
parent 88de65bead
commit 4bfb533b13

View File

@@ -292,6 +292,7 @@ bool AsyncRPCOperation_sendmany::main_impl() {
CTxIn in(COutPoint(txid, vout));
rawTx.vin.push_back(in);
}
rawTx.nLockTime = (uint32_t)time(NULL) - 60; // jl777
tx_ = CTransaction(rawTx);
}