remove useless line.
This commit is contained in:
parent
42d872b268
commit
6ceeb6800b
@ -206,7 +206,6 @@ Output.getData = function getData(output) {
|
|||||||
addr = bcoin.wallet.hash2addr(hash, 'scripthash');
|
addr = bcoin.wallet.hash2addr(hash, 'scripthash');
|
||||||
return utils.merge(def, {
|
return utils.merge(def, {
|
||||||
type: 'scripthash',
|
type: 'scripthash',
|
||||||
side: 'output',
|
|
||||||
scripthash: hash,
|
scripthash: hash,
|
||||||
scriptaddr: addr
|
scriptaddr: addr
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user