Skip to content

Commit

Permalink
address typo complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraisam authored Oct 24, 2022
1 parent 8a31e31 commit 4c61c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/construction/preprocess_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func TestPreprocess(t *testing.T) {
expectedResponse: &types.ConstructionPreprocessResponse{
Options: map[string]interface{}{
"from": preprocessFromAddress,
"to": preprocessToAddress, // it will be contract address user need to pass in operation
"to": preprocessToAddress,
"value": "0x1",
"contract_address": preprocessToAddress,
"data": complexMethodData,
Expand Down

0 comments on commit 4c61c1f

Please sign in to comment.