mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-01 14:43:14 +00:00
* Change SequenceLockTimeDisabled to 1 << 63 * Move LockTimeThreshold to constants * Update locktime constants according to new proposal * Fix opcodeCheckSequenceVerify and failed tests * Disallow numbers above 8 bytes in makeScriptNum * Use littleEndian.Uint64 for sequence instead of ScriptNum * Update comments on constants * Update some more comments