Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
report ledger-balance warnings as warnings
Browse files Browse the repository at this point in the history
fixes #3736

auditor: @diracdeltas
  • Loading branch information
mrose17 committed Sep 7, 2016
1 parent c971683 commit f63f2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ var getBalance = () => {
var unconfirmed
var info = ledgerInfo._internal.paymentInfo

if (err) return console.log('ledger balance error: ' + JSON.stringify(err, null, 2))
if (err) return console.log('ledger balance warning: ' + JSON.stringify(err, null, 2))

if (typeof result.unconfirmed === 'undefined') return

Expand Down

1 comment on commit f63f2e4

@diracdeltas
Copy link
Member

Choose a reason for hiding this comment

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

++

Please sign in to comment.