From c927763849b82e6d131694ce5371a6f9820d2ec7 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 7 Nov 2020 20:21:27 -0800 Subject: [PATCH] Customizing for bchn --- test/v3/raw-transactions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/v3/raw-transactions.js b/test/v3/raw-transactions.js index 56b55ee..a647c89 100644 --- a/test/v3/raw-transactions.js +++ b/test/v3/raw-transactions.js @@ -1005,7 +1005,7 @@ describe('#Raw-Transactions', () => { // Integration test } else { assert.hasAllKeys(result, ['error']) - assert.include(result.error, 'bad-txns-inputs-missingorspent') + assert.include(result.error, 'Missing inputs') } }) }) @@ -1160,7 +1160,7 @@ describe('#Raw-Transactions', () => { // Integration test } else { assert.hasAllKeys(result, ['error']) - assert.include(result.error, 'bad-txns-inputs-missingorspent') + assert.include(result.error, 'Missing inputs') } }) })