rpctest: Remove unused BlockVersion const.

This commit is contained in:
JoeGruffins 2021-09-26 00:49:31 +09:00 committed by GitHub
parent 207f895349
commit 7b184ab3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)