Variable Transaction.lock_height

This transaction may only be included in a block with height >= lock_height. Note that another tx with a lower lock time could double-spend this tx.

struct Transaction
{
  // ...
  Height lock_height = Height(0LU);
  // ...
}