Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumagi committed Aug 19, 2021
1 parent b9d7ad1 commit a8f7a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stratis.Bitcoin.Features.PoA/Voting/PollsRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void Initialize()
this.ResetLocked(transaction);
transaction.Commit();
}
else
else if (this.chainIndexer != null)
{
// Trim poll information to chain indexer tip.
ChainedHeader newTip = this.chainIndexer.Tip;
Expand Down

0 comments on commit a8f7a40

Please sign in to comment.