Fix bug in --wait for CLI.

This commit is contained in:
Richard Moore 2019-08-06 18:05:44 -04:00
parent 7dfef463f8
commit 9977c9f66a
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -253,7 +253,7 @@ class WrappedSigner extends ethers.Signer {
if (this.plugin.wait) {
try {
let receipt = await tx.wait();
let receipt = await response.wait();
dump("Success:", {
"Block Number": receipt.blockNumber,
"Block Hash": receipt.blockHash,