Browse Source

add missing quote breaking pushtx-rest-api.js script

use-env-var-docker
kenshin-samourai 5 years ago
parent
commit
37c4ac65d5
  1. 2
      pushtx/pushtx-rest-api.js

2
pushtx/pushtx-rest-api.js

@ -207,7 +207,7 @@ class PushTxRestApi {
ret = err.message
}
} else {
Logger.error(err, 'PushTx : )
Logger.error(err, 'PushTx : ')
ret = err
}
} catch (e) {

Loading…
Cancel
Save