Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 8314b8a

Browse files
committed
fix index
1 parent 8a8262a commit 8314b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const address = pvtKey.toAddress().toString()
1010
console.log("private key:", pvtKey.toString())
1111
console.log("address:", address)
1212

13-
// const getUTXOs = require('blockchain-api/get-utxos')
14-
const getUTXOs = require('./blockchain-api/get-utxos')
13+
const getUTXOs = require('./blockchain-api/get-utxos')
14+
const pushTx = require('./blockchain-api/push-tx')
1515

1616
;(async () => {
1717
try {

0 commit comments

Comments
 (0)