forked from TrueCloudLab/neoneo-go
4023661cf1
* added headersOp for safely processing headers * Better handling of protocol messages. * housekeeping + cleanup tests * Added more blockchain logic + unit tests * fixed unreachable error. * added structured logging for all (node) components. * added relay flag + bumped version
7 lines
77 B
Go
7 lines
77 B
Go
package network
|
|
|
|
import "testing"
|
|
|
|
func TestHandleVersion(t *testing.T) {
|
|
|
|
}
|