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

fix bcmonitor startup #745

Merged
merged 2 commits into from Dec 26, 2017
Merged

fix bcmonitor startup #745

merged 2 commits into from Dec 26, 2017

Conversation

matiu
Copy link
Collaborator

@matiu matiu commented Dec 26, 2017

No description provided.

lib/storage.js Outdated
@@ -241,6 +242,7 @@ Storage.prototype.fetchTx = function(walletId, txProposalId, cb) {

Storage.prototype.fetchTxByHash = function(hash, cb) {
var self = this;
if (!this.db) return;
Copy link
Member

Choose a reason for hiding this comment

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

return cb()

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

:D thanks!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 82.986% when pulling 2f93137 on matiu:bug/bc-monitor-startup into c62c464 on bitpay:master.

Copy link
Member

@cmgustavo cmgustavo left a comment

Choose a reason for hiding this comment

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

ACK

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 82.986% when pulling 35d1fc3 on matiu:bug/bc-monitor-startup into c62c464 on bitpay:master.

@matiu matiu merged commit 9c5abaf into bitpay:master Dec 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants