Use 'request' instead of 'axios' for electrs api requests.

This commit is contained in:
Simon Lindh
2019-12-06 21:59:43 +01:00
parent d6cc21c377
commit 90d72175bd
2 changed files with 99 additions and 103 deletions

View File

@@ -13,7 +13,6 @@
},
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"bitcoin": "^3.0.1",
"compression": "^1.7.3",
"express": "^4.16.3",