This removes all wallet-specific type definitions and tests from the dcrjson module since they are being moved into their own module that lives in the dcrwallet repository. Since this constitutes a major break to the API, it also bumps the module version to version 2.
4 lines
99 B
Modula-2
4 lines
99 B
Modula-2
module github.com/decred/dcrd/dcrjson/v2
|
|
|
|
require github.com/decred/dcrd/chaincfg/chainhash v1.0.1
|