Simplify eth code

This commit is contained in:
Eduard S
2020-10-21 11:48:02 +02:00
parent 4d90cd9a02
commit a2bda1890d
14 changed files with 398 additions and 506 deletions

View File

@@ -8,7 +8,7 @@ import (
func TestClientInterface(t *testing.T) {
var c ClientInterface
client := NewClient(nil, nil, nil, nil)
client, _ := NewClient(nil, nil, nil, &ClientConfig{})
c = client
require.NotNil(t, c)
}