Fix CliContext typo for txCache

This commit is contained in:
dotasek 2022-02-02 17:58:19 -05:00
parent c41fcf9fa9
commit 8b22bb96fa
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ public class CliContext {
return txCache;
}
@JsonProperty("txLog")
@JsonProperty("txCache")
public CliContext setTxCache(String txCache) {
this.txCache = txCache;
return this;