Fix CliContext typo for txCache
This commit is contained in:
parent
c41fcf9fa9
commit
8b22bb96fa
|
@ -379,7 +379,7 @@ public class CliContext {
|
|||
return txCache;
|
||||
}
|
||||
|
||||
@JsonProperty("txLog")
|
||||
@JsonProperty("txCache")
|
||||
public CliContext setTxCache(String txCache) {
|
||||
this.txCache = txCache;
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue