Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
ethrpc@1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Sep 17, 2016
1 parent a7f8ebb commit 1da360c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/ethereumjs-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -30084,7 +30084,6 @@ module.exports = {
return converted;
}
this.invoke(tx, function (res) {
if (self.debug.tx) console.debug("invoked (fire):", res);
if (res === undefined || res === null) {
return callback(errors.NO_RESPONSE);
}
Expand Down Expand Up @@ -30372,7 +30371,7 @@ module.exports = {
// if mutable return value, then lookup logged return
// value in transaction receipt (after confirmation)
self.getLoggedReturnValue(txHash, function (err, log) {
if (self.debug.tx) console.debug("loggedReturnValue:", err, log.returnValue);
if (self.debug.tx) console.debug("loggedReturnValue:", err, log);
if (err) {
payload.send = false;
return self.fire(payload, function (callReturn) {
Expand Down
Loading

0 comments on commit 1da360c

Please sign in to comment.