Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
removed unused flop.vow element
Browse files Browse the repository at this point in the history
  • Loading branch information
desaperados committed Jun 17, 2019
1 parent 9392009 commit 18fa4b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions libexec/mcd/mcd-flop
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fi

if (( $(echo "$woe < $sump" | bc -l) )); then
echo "Fail: Insufficient Woe ($woe)"
echo "Hint: mcd flog <timestamp>"
exit 1
fi

Expand Down
1 change: 0 additions & 1 deletion libexec/mcd/mcd-flops-cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ case $1 in
p "guy" 0x${bid:154:40} "Highest bidder"
p "tic" $(seth --to-dec ${bid:194:64}) "Bid expiry"
p "end" $(seth --to-dec ${bid:258:64}) "Auction end"
p "gal" 0x${bid:346:40} "Dai recipient (vow)"
};;
esac

0 comments on commit 18fa4b5

Please sign in to comment.