mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
release: Introduce dcrutil v2 module.
This commit is contained in:
parent
9b753598df
commit
ed43e59df5
@ -10,7 +10,7 @@ import (
|
||||
|
||||
"github.com/decred/dcrd/chaincfg/v2"
|
||||
"github.com/decred/dcrd/dcrec"
|
||||
"github.com/decred/dcrd/dcrutil"
|
||||
"github.com/decred/dcrd/dcrutil/v2"
|
||||
)
|
||||
|
||||
func ExampleAmount() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
module github.com/decred/dcrd/dcrutil
|
||||
module github.com/decred/dcrd/dcrutil/v2
|
||||
|
||||
go 1.11
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user