mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-23 05:20:12 +00:00
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) {
|
|
|
|
}
|