Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Oct 18, 2023
1 parent 342b746 commit d3ef719
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/ledger-live-common/src/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ export async function bot({ disabled, filter }: Arg = {}): Promise<void> {
const SEED = getEnv("SEED");
invariant(SEED, "SEED required");
const specsLogs: string[][] = [];
console.log("familySpecs", allSpecs["vechain"]);

console.log("filter", filter);
console.log("disabled", filter);

Expand Down

1 comment on commit d3ef719

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 6ms

What is the bot and how does it work? Everything is documented here!

Details of the 0 mutations
Portfolio ($0.00) – Details of the 0 currencies
Spec (accounts) State Remaining Runs (est) funds?

Performance ⏲ 6ms

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL N/A N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.