neoneo-go/pkg/core/blockchain_test.go
Anthony De Meulemeester 628656483a
bug fixes (TCP + uint256) and started core part (#14)
* Fixed TCP read + Uint256 reversed array + started on some core pieces

* Disabled some debug output + muted test

* 0.5.0
2018-02-04 20:54:51 +01:00

9 lines
78 B
Go

package core
import (
"testing"
)
func TestGenesisBlock(t *testing.T) {
}