From 6ceeb6800b66a9710c6f224fd90a0b40707e1a5e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 24 Dec 2015 03:27:34 -0800 Subject: [PATCH] remove useless line. --- lib/bcoin/output.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bcoin/output.js b/lib/bcoin/output.js index a8fbb578..5794ca58 100644 --- a/lib/bcoin/output.js +++ b/lib/bcoin/output.js @@ -206,7 +206,6 @@ Output.getData = function getData(output) { addr = bcoin.wallet.hash2addr(hash, 'scripthash'); return utils.merge(def, { type: 'scripthash', - side: 'output', scripthash: hash, scriptaddr: addr });