Skip to content

Commit

Permalink
fix: use better parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger committed Sep 25, 2023
1 parent 4dfd558 commit 3916e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const takeOrderEncoding = [
type: "uint256",
},
{
name: "minIncomingAsset",
name: "incomingAsset",
type: "address",
},
{
Expand Down

0 comments on commit 3916e2f

Please sign in to comment.