diff --git a/changelog.txt b/changelog.txt index 465e87f..72b42cd 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,9 @@ 2026.06.04: . Proper tp_mode 2 fix -. Minor fixes to string handling. -. Fix misplaced lock +. Minor fixes to string handling +. Fixed misplaced lock +. Fixed config dict mutation + 2026.06.03: . Fixed tp mode 2 non-functional diff --git a/main.py b/main.py index dcc2c9c..d979698 100644 --- a/main.py +++ b/main.py @@ -2694,7 +2694,7 @@ if __name__=="__main__": "paused_traders": [], "version": version, "ccxt_version": f"{ccxt.__version__}", - "config": broker.get_config() + "config": broker.get_config().copy() } #Remove some keys that should not be public