Skip to content

Commit

Permalink
fix: on verbose print the contract
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Jun 15, 2024
1 parent fa8601a commit 5d50788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const execute = async (
: step.zencode || '';
if (steps.verbose) {
console.log(`Executing contract ${step.id} `);
console.log(`ZENCODE: ${zencode}`);
console.log(`DATA: ${data}`);
console.log(`KEYS: ${keys}`);
console.log(`CONF: ${conf}`);
Expand Down

0 comments on commit 5d50788

Please sign in to comment.