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