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