forked from TrueCloudLab/neoneo-go
628656483a
* Fixed TCP read + Uint256 reversed array + started on some core pieces * Disabled some debug output + muted test * 0.5.0
9 lines
78 B
Go
9 lines
78 B
Go
package core
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGenesisBlock(t *testing.T) {
|
|
|
|
}
|