Skip to content

Commit

Permalink
Update utxoracle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 29, 2024
1 parent eccc776 commit a96131b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlc/utxoracle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const {BlockHash,, RPC,Block, TXId} = require('bitcoinjs-lib');
const axios = require('axios');

console.log("UTXOracle version 6\n");
console.log("UTXOracle version 7\n");

// Bitcoin Core RPC settings
const rpcConfig = {
Expand Down

0 comments on commit a96131b

Please sign in to comment.