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

Commit

Permalink
Merge pull request #1665 from LiskHQ/1664-backport_unconfirmed_log
Browse files Browse the repository at this point in the history
Backport inconsistent log for apply unconfirmed transaction - Closes #1664
  • Loading branch information
Oliver Beddows authored Mar 6, 2018
2 parents 677f312 + cedf829 commit 09ffc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/blocks/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Chain.prototype.applyBlock = function(block, saveBlock, cb) {
err => {
if (err) {
err = [
'Failed to apply transaction:',
'Failed to apply unconfirmed transaction:',
transaction.id,
'-',
err,
Expand Down

0 comments on commit 09ffc08

Please sign in to comment.