mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-03-06 15:17:36 +00:00
* 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) {
|
|
|
|
}
|