mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 06:20:16 -05:00
Release v0.1.0
This commit is contained in:
13
vendor/github.com/btcsuite/btcd/txscript/consensus.go
generated
vendored
Normal file
13
vendor/github.com/btcsuite/btcd/txscript/consensus.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) 2015-2016 The btcsuite developers
|
||||
// Use of this source code is governed by an ISC
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package txscript
|
||||
|
||||
const (
|
||||
// LockTimeThreshold is the number below which a lock time is
|
||||
// interpreted to be a block number. Since an average of one block
|
||||
// is generated per 10 minutes, this allows blocks for about 9,512
|
||||
// years.
|
||||
LockTimeThreshold = 5e8 // Tue Nov 5 00:53:20 1985 UTC
|
||||
)
|
||||
Reference in New Issue
Block a user