Compare commits

..

1 Commits
v0.0.3 ... main

Author SHA1 Message Date
zhaoweijie
e575463bad feat: change ClientResponse.result struct 2024-12-05 18:21:05 +08:00

View File

@ -70,7 +70,7 @@ func TestClient_StartContract(t *testing.T) {
t.Error(err) t.Error(err)
} }
resp, err := client.StartContract("contract TestContract {}") resp, err := client.StartContract("contract TestContract")
if err != nil { if err != nil {
t.Log(resp) t.Log(resp)