|
|
@ -26,7 +26,6 @@ function Output(params) { |
|
|
|
|
|
|
|
Object.defineProperty(Output.prototype, 'script', { |
|
|
|
configurable: false, |
|
|
|
writeable: false, |
|
|
|
enumerable: true, |
|
|
|
get: function() { |
|
|
|
if (!this._script) { |
|
|
@ -46,7 +45,6 @@ Object.defineProperty(Output.prototype, 'script', { |
|
|
|
|
|
|
|
Object.defineProperty(Output.prototype, 'satoshis', { |
|
|
|
configurable: false, |
|
|
|
writeable: true, |
|
|
|
enumerable: true, |
|
|
|
get: function() { |
|
|
|
return this._satoshis; |
|
|
|