You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void setRpcUser(String value) {
// We only persist if we have not set the program argument
if (!rpcUserFromOptions.isEmpty()) {
prefPayload.setRpcUser(value);
requestPersistence();
}
}
bisq/core/src/main/java/bisq/core/user/Preferences.java
Lines 780 to 787 in b3f44d2
the if statement is rendered useless, which one is correct ?
The text was updated successfully, but these errors were encountered: