Skip to content

Commit

Permalink
Fix typo in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ksale001 authored Dec 30, 2023
1 parent c3a25be commit b3c2756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oracle/p2p/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class Node {
);
await this.node.dial(peerId);
} catch {
logger.warn("Bootsraper node not reachable");
logger.warn("Bootstrapping node not reachable");
}
}
}
Expand Down

0 comments on commit b3c2756

Please sign in to comment.