Skip to content

Commit

Permalink
utxos
Browse files Browse the repository at this point in the history
  • Loading branch information
notTanveer committed Oct 12, 2024
1 parent f8a1e27 commit f8f9012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/indexer.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe('Silent Pay Indexer Tests', () => {
}
await bitcoinRPCUtil.mineToAddress(6, initialAddress);

utxos = [];
for (let i = 0; i < 6; i++) {
for (let vout = 0; vout < 2; vout++) {
const utxo = await bitcoinRPCUtil.getTxOut(txidList[i], vout);
Expand Down

0 comments on commit f8f9012

Please sign in to comment.