File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Stratis.Bitcoin.Features.PoA/Voting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments