We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576134f commit 366e55bCopy full SHA for 366e55b
1 file changed
src/Features/Blockcore.Features.Api/UI/Pages/Index.razor
@@ -17,7 +17,7 @@
17
18
<p>Connected peers: @this.ConnectionManager.ConnectedPeers.Count()</p>
19
<p>Current tip at height: @this.ChainIndexer.Tip.Height</p>
20
- <p>Current tip HAsh: @this.ChainIndexer.Tip.HashBlock</p>
+ <p>Current tip Hash: @this.ChainIndexer.Tip.HashBlock</p>
21
22
<hr />
23
0 commit comments