We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62afa2 commit 3d63d27Copy full SHA for 3d63d27
src/Stratis.Bitcoin.Features.PoA/Voting/VotingController.cs
@@ -54,7 +54,7 @@ public IActionResult GetPollsRepositoryTip()
54
{
55
try
56
57
- return this.Json(this.votingManager.GetPollsRepositoryTip());
+ return this.Json(this.votingManager.GetPollsRepositoryTip().Height);
58
}
59
catch (Exception e)
60
0 commit comments