Skip to content

Commit

Permalink
fix: fix parameter name in readme (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: KyleO_O <>
  • Loading branch information
kyleo-o committed Apr 25, 2024
1 parent 85a809f commit d30d6b6
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 d30d6b6

Please sign in to comment.