forked from bulwark-crypto/bulwark-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels