Skip to content

Commit

Permalink
fix: fix parameter name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleO_O committed Apr 24, 2024
1 parent c674d59 commit f86958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let stop = false;

const intervalId = setInterval(async () => {
try {
await index.updateRuneUtxoBalances();
await indexer.updateRuneUtxoBalances();
} catch (err) {
console.error('Error occurred while indexing runes', err);
}
Expand Down

0 comments on commit f86958a

Please sign in to comment.