Skip to content

Commit

Permalink
test: adding eth call results to the message
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Jasuwienas <[email protected]>
  • Loading branch information
arianejasuwienas committed Jun 24, 2024
1 parent 9f21c68 commit b1943b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/golang-json-rpc-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func testEthCall(client *ethclient.Client, fromAddress common.Address) {
if err != nil {
log.Fatalf("Failed to call contract: %v", err)
}
fmt.Printf("eth_call result", hex.EncodeToString(result))
fmt.Printf("eth_call result %s\n", hex.EncodeToString(result))
}

func testEstimateGas(client *ethclient.Client, fromAddress common.Address) {
Expand Down

0 comments on commit b1943b7

Please sign in to comment.