diff --git a/libexec/mcd/mcd-flop b/libexec/mcd/mcd-flop index 808fbde..ded70c8 100755 --- a/libexec/mcd/mcd-flop +++ b/libexec/mcd/mcd-flop @@ -22,6 +22,7 @@ fi if (( $(echo "$woe < $sump" | bc -l) )); then echo "Fail: Insufficient Woe ($woe)" + echo "Hint: mcd flog " exit 1 fi diff --git a/libexec/mcd/mcd-flops-cmd b/libexec/mcd/mcd-flops-cmd index 4d44468..ef52f0b 100755 --- a/libexec/mcd/mcd-flops-cmd +++ b/libexec/mcd/mcd-flops-cmd @@ -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