Update README, add deprecation warning
This commit is contained in:
parent
e19bc58b30
commit
d05806fe69
8 changed files with 28 additions and 0 deletions
test/integration
|
@ -7,6 +7,7 @@ const keyPairs = [
|
|||
bitcoin.ECPair.makeRandom({ network: NETWORK }),
|
||||
bitcoin.ECPair.makeRandom({ network: NETWORK })
|
||||
]
|
||||
console.warn = () => {} // Silence the Deprecation Warning
|
||||
|
||||
async function buildAndSign (depends, prevOutput, redeemScript, witnessScript) {
|
||||
const unspent = await regtestUtils.faucetComplex(prevOutput, 5e4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue