Skip to content

Commit

Permalink
Handle case if multiple param proposals got voted ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Jul 13, 2018
1 parent f307b1e commit dfcda39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bisq/desktop/main/account/AccountView.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class AccountView extends ActivatableView<TabPane, Void> {
private final ViewLoader viewLoader;
private final Navigation navigation;
private Tab selectedTab;
Tab arbitratorRegistrationTab;
private Tab arbitratorRegistrationTab;
private ArbitratorRegistrationView arbitratorRegistrationView;
private AccountSettingsView accountSettingsView;
private Scene scene;
Expand Down

0 comments on commit dfcda39

Please sign in to comment.