Compare commits

..

No commits in common. "main" and "v0.0.3" have entirely different histories.
main ... v0.0.3

View File

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