rpctest: Remove unused BlockVersion const.
This commit is contained in:
parent
207f895349
commit
7b184ab3fd
@ -67,12 +67,6 @@ var (
|
||||
pathToDCRDMtx sync.RWMutex
|
||||
)
|
||||
|
||||
const (
|
||||
// BlockVersion is the default block version used when generating
|
||||
// blocks.
|
||||
BlockVersion = 3
|
||||
)
|
||||
|
||||
// HarnessTestCase represents a test-case which utilizes an instance of the
|
||||
// Harness to exercise functionality.
|
||||
type HarnessTestCase func(ctx context.Context, r *Harness, t *testing.T)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user