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 6550280 commit a4d1d10
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 @@ -139,10 +139,12 @@ export function getSpecs({ disabled, filter }) {

if (disabledCurrencies.includes(spec.currency.id)) {
// We don't want to test disabled currencies
console.log("currency disabled", spec.currency.id);
continue;
}

if (!isCurrencySupported(spec.currency) || spec.disabled) {
console.log("currency not supported", spec.currency.id);
// We do not want to add the spec if currency isn't supported or is disabled
continue;
}
Expand Down

1 comment on commit a4d1d10

@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) ⏲ 5ms

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 ⏲ 5ms

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.