Skip to content

Commit 8765058

Browse files
committed
Fix typo
1 parent bb6fb68 commit 8765058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/rpc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default class RPC {
139139
// If it is stalled at this height after 5 seconds, we will do invalidate / reconsider
140140
setTimeout(async () => {
141141
const newHeight = await this.fetchInfo();
142-
if (!newHeight === 903001) {
142+
if (newHeight !== 903001) {
143143
return;
144144
}
145145

0 commit comments

Comments
 (0)