Skip to content

Commit

Permalink
fix bug in krun-sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Sep 13, 2024
1 parent a9b5306 commit d731214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/krun-sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
contract="$1"
txn="$2"

if [ "$#" -lt 3 ]; then
if [[ "$3" == --* ]]; then
isuniswap=""
else
isuniswap="$3"
Expand Down

0 comments on commit d731214

Please sign in to comment.