Skip to content

Cron Coin Sync #4

@Aviator-Coding

Description

@Aviator-Coding

Expected Behavior

Run Cron Updates the Coin Informationd

Actual Behavior

When the BurAddress has no Value this Script causes an Exception

nodejs ./cron/coin.js
TypeError: Cannot read property 'sum' of undefined
    at syncCoin (/home/explorer/explorer/cron/coin.js:59:59)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)

It starts working normally as soon the wallet finds value in the Database

nodejs ./cron/coin.js
TypeError: Cannot read property 'sum' of undefined
    at syncCoin (/home/explorer/explorer/cron/coin.js:59:59)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)

Steps to Reproduce the Problem

1.Run the Master Branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions