From f798c6f38e3406fdf43e7cfbd8d6ce05ad3de21d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 17 May 2016 17:55:24 -0700 Subject: [PATCH] tx test. --- test/tx-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tx-test.js b/test/tx-test.js index b4dfbc3c..8940a984 100644 --- a/test/tx-test.js +++ b/test/tx-test.js @@ -471,6 +471,7 @@ describe('TX', function() { assert.throws(function() { tx.fromRaw(raw); }); + delete tx._raw; tx.outputs[0].value = new bn('00ffffffffffffff', 'hex').ineg(); assert(tx.outputs[0].value.bitLength() === 56); var raw = tx.toRaw()