Fix top-level compact_notation save

pull/200/head
Simon Roberts 3 years ago
parent e57d3c94ff
commit bbd1307b86
No known key found for this signature in database
GPG Key ID: 0F30F99E6B771FD4

@ -291,6 +291,7 @@ func (ct *Cointop) ConfigToToml() ([]byte, error) {
CacheDir: ct.State.cacheDir,
Table: tableMapIfc,
Chart: chartMapIfc,
CompactNotation: ct.State.compactNotation,
}
var b bytes.Buffer

Loading…
Cancel
Save