Skip to content

Commit

Permalink
Fix typos in cmd/ctool/core/utils_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisNaum committed Feb 20, 2025
1 parent 2ea473b commit 752c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ctool/core/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestHttpPostDeploy(t *testing.T) {
//if resp.Error.Code != 0 {
// t.Fatalf("send transaction error ,error:%v", resp.Error.Message)
//}
//fmt.Printf("trasaction hash: %s\n", resp.Result)
//fmt.Printf("transaction hash: %s\n", resp.Result)
//
//// Get transaction receipt according to result
//ch := make(chan string, 1)
Expand Down

0 comments on commit 752c257

Please sign in to comment.