mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-27 22:08:13 +00:00
9 lines
81 B
Go
9 lines
81 B
Go
|
package ethchain
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestAddressState(t *testing.T) {
|
||
|
}
|