mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
* Config: Rename DecryptConfigFile to DecryptConfigData Because this isn't really a file, it's a byte slice * Config: Rename EncryptConfigFile to EncryptConfigData Because it's not actually a file * Config: Fix config version downgrade Fixes #1769