Closed cristobaltapia closed 5 years ago
With this I implemented support for the exported *.csv files generated by the Trezor.
Since the csv-files do not explicitly say which currency its being used, the user has to provide it, e.g.: th.append_trezor_csv('trezor_file.csv', currency='BTC')
th.append_trezor_csv('trezor_file.csv', currency='BTC')
Is this good?
Thank you very much, this is good indeed! :)
With this I implemented support for the exported *.csv files generated by the Trezor.
Since the csv-files do not explicitly say which currency its being used, the user has to provide it, e.g.:
th.append_trezor_csv('trezor_file.csv', currency='BTC')
Is this good?