Skip to content

Commit

Permalink
add missing quote breaking pushtx-rest-api.js script
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshin-samourai committed May 1, 2020
1 parent 9133f42 commit 37c4ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushtx/pushtx-rest-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class PushTxRestApi {
ret = err.message
}
} else {
Logger.error(err, 'PushTx : )
Logger.error(err, 'PushTx : ')
ret = err
}
} catch (e) {
Expand Down

0 comments on commit 37c4ac6

Please sign in to comment.