cli: lint.

This commit is contained in:
Christopher Jeffrey 2017-07-07 00:25:57 -07:00
parent 6154ca8b4c
commit 8419392d44
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -277,7 +277,7 @@ CLI.prototype.getMempool = async function getMempool() {
}; };
CLI.prototype.sendTX = async function sendTX() { CLI.prototype.sendTX = async function sendTX() {
let option, options, tx; let output, options, tx;
if (this.config.has('script')) { if (this.config.has('script')) {
output = { output = {