Remove a few unused variables and constants.
This commit is contained in:
parent
69b27dd5d3
commit
ff7d582c66
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
var dumpmessage bool = false
|
|
||||||
var checkverbose = true
|
|
||||||
|
|
||||||
const time1 uint32 = 1363020888
|
|
||||||
const time2 uint32 = 1363021079
|
|
||||||
|
|
||||||
// TestHeaders tests the MsgHeaders API.
|
// TestHeaders tests the MsgHeaders API.
|
||||||
func TestHeaders(t *testing.T) {
|
func TestHeaders(t *testing.T) {
|
||||||
pver := uint32(60002)
|
pver := uint32(60002)
|
||||||
|
|
Loading…
Reference in a new issue