Skip to content

Commit

Permalink
Merge pull request #15 from gubatron/main
Browse files Browse the repository at this point in the history
typo loging the receipt of a new blockheader on client-manager.ts
  • Loading branch information
shresthagrawal authored Oct 22, 2023
2 parents 3e90b41 + e245c86 commit 700e8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc-bundle/client-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class ClientManager {
);
this.client.subscribe(ei => {
console.log(
`Recieved a new blockheader: ${ei.blockNumber} ${ei.blockhash}`,
`Received a new blockheader: ${ei.blockNumber} ${ei.blockhash}`,
);
provider.update(ei.blockhash, ei.blockNumber);
});
Expand Down

0 comments on commit 700e8b6

Please sign in to comment.