Skip to content

Commit

Permalink
Actually get the block count
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Sep 25, 2023
1 parent 1e90ba4 commit 8db363b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export class ExplorerNetwork extends Network {
} finally {
getEventEmitter().emit('sync-status', 'stop');
}
return this.blocks;
}

/**
Expand Down

0 comments on commit 8db363b

Please sign in to comment.