Skip to content

Commit d30d6b6

Browse files
authored
fix: fix parameter name in readme (#59)
Co-authored-by: KyleO_O <>
1 parent 85a809f commit d30d6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ let stop = false;
104104

105105
const intervalId = setInterval(async () => {
106106
try {
107-
await index.updateRuneUtxoBalances();
107+
await indexer.updateRuneUtxoBalances();
108108
} catch (err) {
109109
console.error('Error occurred while indexing runes', err);
110110
}

0 commit comments

Comments
 (0)