remove useless line.

This commit is contained in:
Christopher Jeffrey 2015-12-24 03:27:34 -08:00
parent 42d872b268
commit 6ceeb6800b

View File

@ -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
});