Skip to content

Commit

Permalink
release: Introduce txscript v2 module.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Jun 24, 2019
1 parent 1e34495 commit 69e641e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion txscript/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/decred/dcrd/dcrec"
"github.com/decred/dcrd/dcrec/secp256k1"
"github.com/decred/dcrd/dcrutil/v2"
"github.com/decred/dcrd/txscript"
"github.com/decred/dcrd/txscript/v2"
"github.com/decred/dcrd/wire"
)

Expand Down
2 changes: 1 addition & 1 deletion txscript/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/decred/dcrd/txscript
module github.com/decred/dcrd/txscript/v2

go 1.11

Expand Down

0 comments on commit 69e641e

Please sign in to comment.