ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
477 stars 186 forks source link

Replace `request` with `node-fetch` #141

Open pedrobranco opened 1 year ago

pedrobranco commented 1 year ago

Since request is deprecated, we should replace with the most up to date node-fetch (which implements the Fetch API).