Skip to content

Commit

Permalink
Re-add printing the getTxnLastResult to call
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Jul 24, 2020
1 parent 174e1c1 commit aa04334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/call.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ async function scheduleFunctionCall(options) {
utils.format.parseNearAmount(options.amount));
const result = providers.getTransactionLastResult(functionCallResponse);
inspectResponse.prettyPrintResponse(functionCallResponse, options);
console.log(inspectResponse.formatResponse(result));
}

0 comments on commit aa04334

Please sign in to comment.