9 lines
81 B
Go
9 lines
81 B
Go
package ethchain
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestAddressState(t *testing.T) {
|
|
}
|