TransactionBuilder: collect witnessValue as input.value, and match it

This commit is contained in:
Daniel Cousens 2017-09-06 20:28:02 +10:00 committed by Daniel Cousens
parent 003df6694b
commit 9503e64bde
3 changed files with 35 additions and 9 deletions

View file

@ -331,7 +331,7 @@ describe('TransactionBuilder', function () {
// if throws on incomplete too, enforce that
if (f.incomplete) {
it('throws ' + f.exception, function () {
it('throws if ' + f.exception, function () {
assert.throws(function () {
var txb
if (f.txHex) {