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
|
@ -3,6 +3,7 @@ const assert = require('assert')
|
|||
const bitcoin = require('../../')
|
||||
const regtestUtils = require('./_regtest')
|
||||
const regtest = regtestUtils.network
|
||||
console.warn = () => {} // Silence the Deprecation Warning
|
||||
|
||||
function rng () {
|
||||
return Buffer.from('YT8dAtK4d16A3P1z+TpwB2jJ4aFH3g9M1EioIBkLEV4=', 'base64')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue