This commit is contained in:
Grahame Grieve 2024-05-10 09:50:21 +10:00
commit bf842f0181
1 changed files with 2 additions and 2 deletions

View File

@ -247,12 +247,12 @@ public class CliContext {
return this; return this;
} }
@JsonProperty("txServer") @JsonProperty("noEcosystem")
public boolean getNoEcosystem() { public boolean getNoEcosystem() {
return noEcosystem; return noEcosystem;
} }
@JsonProperty("txServer") @JsonProperty("noEcosystem")
public CliContext setNoEcosystem(boolean noEcosystem) { public CliContext setNoEcosystem(boolean noEcosystem) {
this.noEcosystem = noEcosystem; this.noEcosystem = noEcosystem;
return this; return this;