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

Commit

Permalink
Make sure voteRevealInputState is initialized in ParsingModel
Browse files Browse the repository at this point in the history
  • Loading branch information
chirhonul committed Aug 11, 2018
1 parent 79db6ee commit 53da6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bisq/core/dao/node/parser/ParsingModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ enum VoteRevealInputState {
@Nullable
private OpReturnType opReturnTypeCandidate;

private VoteRevealInputState voteRevealInputState;
private VoteRevealInputState voteRevealInputState = VoteRevealInputState.UNKNOWN;

// At end of parsing when we do the full validation we set the type here
@Nullable
Expand Down

0 comments on commit 53da6b2

Please sign in to comment.