Skip to content

Commit 78c5311

Browse files
authored
Fix merge (stratisproject#967)
1 parent 6531e77 commit 78c5311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Stratis.Bitcoin.Features.PoA/Voting/VotingManagerProcessBlock.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ namespace Stratis.Bitcoin.Features.PoA.Voting
1111
public sealed class VotingManagerProcessBlock : EventBase
1212
{
1313
public ChainedHeaderBlock ConnectedBlock { get; }
14-
public DBreeze.Transactions.Transaction PollsRepositoryTransaction { get; }
14+
public PollsRepository.Transaction PollsRepositoryTransaction { get; }
1515

16-
public VotingManagerProcessBlock(ChainedHeaderBlock connectedBlock, DBreeze.Transactions.Transaction pollsRepositoryTransaction = null)
16+
public VotingManagerProcessBlock(ChainedHeaderBlock connectedBlock, PollsRepository.Transaction pollsRepositoryTransaction = null)
1717
{
1818
this.ConnectedBlock = connectedBlock;
1919
this.PollsRepositoryTransaction = pollsRepositoryTransaction;

0 commit comments

Comments
 (0)