We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e131dc commit eccc776Copy full SHA for eccc776
src/dlc/utxoracle.js
@@ -1,4 +1,4 @@
1
-const bitcoin = require('bitcoinjs-lib');
+const {BlockHash,, RPC,Block, TXId} = require('bitcoinjs-lib');
2
const axios = require('axios');
3
4
console.log("UTXOracle version 6\n");
0 commit comments