Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Drop unused GenesisTxParser argument from BlockParser
Browse files Browse the repository at this point in the history
  • Loading branch information
chirhonul committed Aug 16, 2018
1 parent bb7a5af commit ad72c43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/bisq/core/dao/node/parser/BlockParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ public class BlockParser {

@SuppressWarnings("WeakerAccess")
@Inject
public BlockParser(GenesisTxParser genesisTxParser,
TxParser txParser,
public BlockParser(TxParser txParser,
BsqStateService bsqStateService) {
this.txParser = txParser;
this.bsqStateService = bsqStateService;
Expand Down

0 comments on commit ad72c43

Please sign in to comment.