Closed fractalatcarf closed 5 years ago
When exporting rates, using export_rates, with :json and :yaml formats, rates are exported in String format.
export_rates
:json
:yaml
Then, reimporting rates, with import_rates causes an Exception (String to bigInt conversion)
import_rates
@fractalatcarf thanks for reporting! I've opened a PR to this — #93
When exporting rates, using
export_rates
, with:json
and:yaml
formats, rates are exported in String format.Then, reimporting rates, with
import_rates
causes an Exception (String to bigInt conversion)