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

Commit

Permalink
Fix waiting for receipt in mcd open
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalabasquer committed Aug 21, 2019
1 parent 8784876 commit 58b7888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/mcd/mcd-cdp-open
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sig="open(address,bytes32)"
tx=$(mcd --proxy-exec $sig ${CDP_MANAGER?} $ilk)

echo >&2 -n "${0##*/}: Waiting for transaction receipt..."
block=$(SETH_TICK=true seth receipt "$tx" blockNumber)
block=$(SETH_ASYNC=no SETH_TICK=true seth receipt "$tx" blockNumber)
block=$(seth --to-hex "$block")
echo >&2
sig="NewCdp(address,address,uint256)"
Expand Down

0 comments on commit 58b7888

Please sign in to comment.