TransactionBuilder: collect witnessValue as input.value, and match it
This commit is contained in:
parent
003df6694b
commit
9503e64bde
3 changed files with 35 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue